#A21F68

Color #A21F68 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A21F68

Tints of Jazzberry Jam #A21F68

Color information

#A21F68 (or 0xA21F68) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1F and 68. RGB value is (162,31,104). Sum of RGB (Red+Green+Blue) = 162+31+104=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21F68 is #5DE097. Grayscale: #4E4E4E. Windows color (decimal): -6152344 or 6823842. OLE color: 6823842.

HSL color Cylindrical-coordinate representation of color #A21F68: hue angle of 326.56º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A21F68 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB16231104-
CMYK00.810.360.36
HSL326.56º67.88%37.84%-
HSV(B)326.56º80.86%63.53%-
XYZ17.899.6614.02-
YUV78.49142.4187.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 54.55%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=54.55%
G=10.44%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623110400.810.360.36326.5667.8837.84
HexA21F6805124241474426
Octal242371500121444450710446
Binary10100010111111101000010100011001001001001010001111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F68; }

 p { color: rgb(162,31,104); }

 H1.HeaderClassName
 {
   color: #A21F68;
 }
 .AnyTagClassName
 {
   color: #A21F68;
 }
</style>
background-color css

<style>
 a { background-color: #A21F68; }

 a { background-color: rgb(162,31,104); }

 div.DivClassName
 {
   background-color: #A21F68;
 }
 .BgClassName
 {
   background-color: #A21F68;
 }
</style>
border-color css

<style>
 span { border-color: #A21F68; }

 span { border-color: rgb(162,31,104); }

 td.TdClassName
 {
   border-color: #A21F68;
 }
 .TagClassName
 {
   border-color: #A21F68;
 }
</style>