Html Css Color HEX #A20254 Jazzberry Jam

📋 copy color: '#A20254'

red 162 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #A20254

Tints of Jazzberry Jam #A20254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.87%

R = 65.32%
G = 0.81%
B = 33.87%

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

#A20254 (or 0xA20254) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 54. RGB value is (162,2,84). Sum of RGB (Red+Green+Blue) = 162+2+84=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A20254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20254 is #5DFDAB. Grayscale: #3B3B3B. Windows color (decimal): -6159788 or 5505698. OLE color: 5505698.

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

Color convert

RGB 162 2 84 -
CMYK 0 0.99 0.48 0.36
HSL 329.25º 0.98% 0.32% -
HSV(B) 329.25º 0.99% 0.64% -
XYZ 16.52 8.36 9.13 -
YUV 59.19 142.01 201.33 -
System Red Green Blue C M Y K H S L
Decimal 162 2 84 0 0.99 0.48 0.36 329.25 0.98 0.32
Hex A2 2 54 0 63 30 24 149 62 20
Octal 242 2 124 0 143 60 44 511 142 40
Binary 10100010 10 1010100 0 1100011 110000 100100 101001001 1100010 100000

Color Harmonies of #A20254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20254

Black with #A20254

Text Example


Text Example

White with #A20254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20254; }

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

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

background-color css

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

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

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

border-color css

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

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

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