Html Css Color HEX #A20255 Jazzberry Jam

📋 copy color: '#A20255'

red 162 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #A20255

Tints of Jazzberry Jam #A20255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 85 (33.59% from 255) = 34.14%

R = 65.06%
G = 0.8%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A20255 (or 0xA20255) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 55. RGB value is (162,2,85). Sum of RGB (Red+Green+Blue) = 162+2+85=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A20255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20255 is #5DFDAA. Grayscale: #3B3B3B. Windows color (decimal): -6159787 or 5571234. OLE color: 5571234.

HSL color Cylindrical-coordinate representation of color #A20255: hue angle of 328.88º degrees, saturation: 0.98, 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 #A20255 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 85 -
CMYK 0 0.99 0.48 0.36
HSL 328.88º 0.98% 0.32% -
HSV(B) 328.88º 0.99% 0.64% -
XYZ 16.56 8.38 9.34 -
YUV 59.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 162 2 85 0 0.99 0.48 0.36 328.88 0.98 0.32
Hex A2 2 55 0 63 30 24 149 62 20
Octal 242 2 125 0 143 60 44 511 142 40
Binary 10100010 10 1010101 0 1100011 110000 100100 101001001 1100010 100000

Color Harmonies of #A20255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20255

Black with #A20255

Text Example


Text Example

White with #A20255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20255; }

 p { color: rgb(162,2,85); }

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

background-color css

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

 a { background-color: rgb(162,2,85); }

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

border-color css

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

 span { border-color: rgb(162,2,85); }

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