Html Css Color HEX #A20A51 Jazzberry Jam

📋 copy color: '#A20A51'

red 162 ◦ green 10 ◦ blue 81

#A20A51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A20A51

Tints of Jazzberry Jam #A20A51

RGB

 RED value IS 162 (63.67% from 255) = 64.03%

 GREEN value IS 10 (4.3% from 255) = 3.95%

 BLUE value IS 81 (32.03% from 255) = 32.02%

R = 64.03%
G = 3.95%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A20A51 (or 0xA20A51) is known color: Jazzberry Jam. HEX triplet: A2, 0A and 51. RGB value is (162,10,81). Sum of RGB (Red+Green+Blue) = 162+10+81=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A51 is #5DF5AE. Grayscale: #3F3F3F. Windows color (decimal): -6157743 or 5311138. OLE color: 5311138.

HSL color Cylindrical-coordinate representation of color #A20A51: hue angle of 331.97º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A51 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 10 81 -
CMYK 0 0.94 0.50 0.36
HSL 331.97º 0.88% 0.34% -
HSV(B) 331.97º 0.94% 0.64% -
XYZ 16.49 8.49 8.55 -
YUV 63.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 162 10 81 0 0.94 0.50 0.36 331.97 0.88 0.34
Hex A2 A 51 0 5E 32 24 14C 58 22
Octal 242 12 121 0 136 62 44 514 130 42
Binary 10100010 1010 1010001 0 1011110 110010 100100 101001100 1011000 100010

Color Harmonies of #A20A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A51

Black with #A20A51

Text Example


Text Example

White with #A20A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A51; }

 p { color: rgb(162,10,81); }

 H1.HeaderClassName
 {
   color: #A20A51;
 }
 .AnyTagClassName
 {
   color: #A20A51;
 }
</style>

background-color css

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

 a { background-color: rgb(162,10,81); }

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

border-color css

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

 span { border-color: rgb(162,10,81); }

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