Html Css Color HEX #A20155 Jazzberry Jam

📋 copy color: '#A20155'

red 162 ◦ green 1 ◦ blue 85

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

Shades of Jazzberry Jam #A20155

Tints of Jazzberry Jam #A20155

RGB

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

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

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

R = 65.32%
G = 0.4%
B = 34.27%

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

#A20155 (or 0xA20155) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 55. RGB value is (162,1,85). Sum of RGB (Red+Green+Blue) = 162+1+85=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A20155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20155 is #5DFEAA. Grayscale: #3A3A3A. Windows color (decimal): -6160043 or 5570978. OLE color: 5570978.

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

Color convert

RGB 162 1 85 -
CMYK 0 0.99 0.48 0.36
HSL 328.7º 0.99% 0.32% -
HSV(B) 328.7º 0.99% 0.64% -
XYZ 16.55 8.36 9.34 -
YUV 58.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 162 1 85 0 0.99 0.48 0.36 328.7 0.99 0.32
Hex A2 1 55 0 63 30 24 149 63 20
Octal 242 1 125 0 143 60 44 511 143 40
Binary 10100010 1 1010101 0 1100011 110000 100100 101001001 1100011 100000

Color Harmonies of #A20155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20155

Black with #A20155

Text Example


Text Example

White with #A20155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20155; }

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

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

background-color css

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

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

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

border-color css

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

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

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