Html Css Color HEX #A20252 Jazzberry Jam

📋 copy color: '#A20252'

red 162 ◦ green 2 ◦ blue 82

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

Shades of Jazzberry Jam #A20252

Tints of Jazzberry Jam #A20252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 65.85%
G = 0.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A20252 (or 0xA20252) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 52. RGB value is (162,2,82). Sum of RGB (Red+Green+Blue) = 162+2+82=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A20252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20252 is #5DFDAD. Grayscale: #3A3A3A. Windows color (decimal): -6159790 or 5374626. OLE color: 5374626.

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

Color convert

RGB 162 2 82 -
CMYK 0 0.99 0.49 0.36
HSL 330º 0.98% 0.32% -
HSV(B) 330º 0.99% 0.64% -
XYZ 16.44 8.33 8.72 -
YUV 58.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 162 2 82 0 0.99 0.49 0.36 330 0.98 0.32
Hex A2 2 52 0 63 31 24 14A 62 20
Octal 242 2 122 0 143 61 44 512 142 40
Binary 10100010 10 1010010 0 1100011 110001 100100 101001010 1100010 100000

Color Harmonies of #A20252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20252

Black with #A20252

Text Example


Text Example

White with #A20252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20252; }

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

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

background-color css

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

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

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

border-color css

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

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

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