Html Css Color HEX #A20551 Jazzberry Jam

📋 copy color: '#A20551'

red 162 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #A20551

Tints of Jazzberry Jam #A20551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 65.32%
G = 2.02%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A20551 (or 0xA20551) is known color: Jazzberry Jam. HEX triplet: A2, 05 and 51. RGB value is (162,5,81). Sum of RGB (Red+Green+Blue) = 162+5+81=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A20551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20551 is #5DFAAE. Grayscale: #3C3C3C. Windows color (decimal): -6159023 or 5309858. OLE color: 5309858.

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

Color convert

RGB 162 5 81 -
CMYK 0 0.97 0.50 0.36
HSL 330.96º 0.94% 0.33% -
HSV(B) 330.96º 0.97% 0.64% -
XYZ 16.44 8.38 8.54 -
YUV 60.61 139.51 200.32 -
System Red Green Blue C M Y K H S L
Decimal 162 5 81 0 0.97 0.50 0.36 330.96 0.94 0.33
Hex A2 5 51 0 61 32 24 14B 5E 21
Octal 242 5 121 0 141 62 44 513 136 41
Binary 10100010 101 1010001 0 1100001 110010 100100 101001011 1011110 100001

Color Harmonies of #A20551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20551

Black with #A20551

Text Example


Text Example

White with #A20551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20551; }

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

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

background-color css

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

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

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

border-color css

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

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

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