#A21652

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

Shades of Jazzberry Jam #A21652

Tints of Jazzberry Jam #A21652

Color information

#A21652 (or 0xA21652) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 16 and 52. RGB value is (162,22,82). Sum of RGB (Red+Green+Blue) = 162+22+82=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A21652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21652 is #5DE9AD. Grayscale: #464646. Windows color (decimal): -6154670 or 5379746. OLE color: 5379746.

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

Color convert

RGB1622282-
CMYK00.860.490.36
HSL334.29º76.09%36.08%-
HSV(B)334.29º86.42%63.53%-
XYZ16.718.868.81-
YUV70.7134.38193.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 22 (8.98% from 255) = 8.27%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=60.90%
G=8.27%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162228200.860.490.36334.2976.0936.08
HexA21652056312414e4c24
Octal242261220126614451611444
Binary10100010101101010010010101101100011001001010011101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21652; }

 p { color: rgb(162,22,82); }

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

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

 a { background-color: rgb(162,22,82); }

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

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

 span { border-color: rgb(162,22,82); }

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