#A21861

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

Shades of Jazzberry Jam #A21861

Tints of Jazzberry Jam #A21861

Color information

#A21861 (or 0xA21861) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 61. RGB value is (162,24,97). Sum of RGB (Red+Green+Blue) = 162+24+97=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A21861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21861 is #5DE79E. Grayscale: #494949. Windows color (decimal): -6154143 or 6363298. OLE color: 6363298.

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

Color convert

RGB1622497-
CMYK00.850.400.36
HSL328.26º74.19%36.47%-
HSV(B)328.26º85.19%63.53%-
XYZ17.389.212.17-
YUV73.58141.22191.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=57.24%
G=8.48%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162249700.850.400.36328.2674.1936.47
HexA2186105528241484a24
Octal242301410125504451011244
Binary10100010110001100001010101011010001001001010010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21861; }

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

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

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

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

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

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

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

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