#A21865

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

Shades of Jazzberry Jam #A21865

Tints of Jazzberry Jam #A21865

Color information

#A21865 (or 0xA21865) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 65. RGB value is (162,24,101). Sum of RGB (Red+Green+Blue) = 162+24+101=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A21865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21865 is #5DE79A. Grayscale: #494949. Windows color (decimal): -6154139 or 6625442. OLE color: 6625442.

HSL color Cylindrical-coordinate representation of color #A21865: hue angle of 326.52º 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 #A21865 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16224101-
CMYK00.850.380.36
HSL326.52º74.19%36.47%-
HSV(B)326.52º85.19%63.53%-
XYZ17.589.2713.18-
YUV74.04143.22190.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=56.45%
G=8.36%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622410100.850.380.36326.5274.1936.47
HexA2186505526241474a24
Octal242301450125464450711244
Binary10100010110001100101010101011001101001001010001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21865; }

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

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

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

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

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

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

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

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