Html Css Color HEX #A20E60 Jazzberry Jam

📋 copy color: '#A20E60'

red 162 ◦ green 14 ◦ blue 96

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

Shades of Jazzberry Jam #A20E60

Tints of Jazzberry Jam #A20E60

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.15%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 59.56%
G = 5.15%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A20E60 (or 0xA20E60) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 60. RGB value is (162,14,96). Sum of RGB (Red+Green+Blue) = 162+14+96=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E60 is #5DF19F. Grayscale: #434343. Windows color (decimal): -6156704 or 6295202. OLE color: 6295202.

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

Color convert

RGB 162 14 96 -
CMYK 0 0.91 0.41 0.36
HSL 326.76º 0.84% 0.35% -
HSV(B) 326.76º 0.91% 0.64% -
XYZ 17.17 8.84 11.87 -
YUV 67.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 162 14 96 0 0.91 0.41 0.36 326.76 0.84 0.35
Hex A2 E 60 0 5B 29 24 147 54 23
Octal 242 16 140 0 133 51 44 507 124 43
Binary 10100010 1110 1100000 0 1011011 101001 100100 101000111 1010100 100011

Color Harmonies of #A20E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E60

Black with #A20E60

Text Example


Text Example

White with #A20E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E60; }

 p { color: rgb(162,14,96); }

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

background-color css

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

 a { background-color: rgb(162,14,96); }

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

border-color css

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

 span { border-color: rgb(162,14,96); }

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