Html Css Color HEX #A20159 Jazzberry Jam

📋 copy color: '#A20159'

red 162 ◦ green 1 ◦ blue 89

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

Shades of Jazzberry Jam #A20159

Tints of Jazzberry Jam #A20159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 64.29%
G = 0.4%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A20159 (or 0xA20159) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 59. RGB value is (162,1,89). Sum of RGB (Red+Green+Blue) = 162+1+89=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20159 is #5DFEA6. Grayscale: #3A3A3A. Windows color (decimal): -6160039 or 5833122. OLE color: 5833122.

HSL color Cylindrical-coordinate representation of color #A20159: hue angle of 327.2º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20159 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 1 89 -
CMYK 0 0.99 0.45 0.36
HSL 327.21º 0.99% 0.32% -
HSV(B) 327.21º 0.99% 0.64% -
XYZ 16.71 8.42 10.2 -
YUV 59.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 162 1 89 0 0.99 0.45 0.36 327.21 0.99 0.32
Hex A2 1 59 0 63 2D 24 147 63 20
Octal 242 1 131 0 143 55 44 507 143 40
Binary 10100010 1 1011001 0 1100011 101101 100100 101000111 1100011 100000

Color Harmonies of #A20159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20159

Black with #A20159

Text Example


Text Example

White with #A20159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20159; }

 p { color: rgb(162,1,89); }

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

background-color css

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

 a { background-color: rgb(162,1,89); }

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

border-color css

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

 span { border-color: rgb(162,1,89); }

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