#A21869

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

Shades of Jazzberry Jam #A21869

Tints of Jazzberry Jam #A21869

Color information

#A21869 (or 0xA21869) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 69. RGB value is (162,24,105). Sum of RGB (Red+Green+Blue) = 162+24+105=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A21869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21869 is #5DE796. Grayscale: #4A4A4A. Windows color (decimal): -6154135 or 6887586. OLE color: 6887586.

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

Color convert

RGB16224105-
CMYK00.850.350.36
HSL324.78º74.19%36.47%-
HSV(B)324.78º85.19%63.53%-
XYZ17.789.3514.23-
YUV74.5145.22190.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 24 (9.77% from 255) = 8.25%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=55.67%
G=8.25%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622410500.850.350.36324.7874.1936.47
HexA2186905523241454a24
Octal242301510125434450511244
Binary10100010110001101001010101011000111001001010001011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21869; }

 p { color: rgb(162,24,105); }

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

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

 a { background-color: rgb(162,24,105); }

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

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

 span { border-color: rgb(162,24,105); }

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