#A21A74

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

Shades of Jazzberry Jam #A21A74

Tints of Jazzberry Jam #A21A74

Color information

#A21A74 (or 0xA21A74) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1A and 74. RGB value is (162,26,116). Sum of RGB (Red+Green+Blue) = 162+26+116=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A74 is #5DE58B. Grayscale: #4C4C4C. Windows color (decimal): -6153612 or 7608994. OLE color: 7608994.

HSL color Cylindrical-coordinate representation of color #A21A74: hue angle of 320.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A74 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16226116-
CMYK00.840.280.36
HSL320.29º72.34%36.86%-
HSV(B)320.29º83.95%63.53%-
XYZ18.429.6817.42-
YUV76.92150.06188.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=53.29%
G=8.55%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622611600.840.280.36320.2972.3436.86
HexA21A740541C241404825
Octal242321640124344450011045
Binary1010001011010111010001010100111001001001010000001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A74; }

 p { color: rgb(162,26,116); }

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

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

 a { background-color: rgb(162,26,116); }

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

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

 span { border-color: rgb(162,26,116); }

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