Html Css Color HEX #A20253 Jazzberry Jam

📋 copy color: '#A20253'

red 162 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #A20253

Tints of Jazzberry Jam #A20253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 65.59%
G = 0.81%
B = 33.6%

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

#A20253 (or 0xA20253) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 53. RGB value is (162,2,83). Sum of RGB (Red+Green+Blue) = 162+2+83=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A20253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20253 is #5DFDAC. Grayscale: #3A3A3A. Windows color (decimal): -6159789 or 5440162. OLE color: 5440162.

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

Color convert

RGB 162 2 83 -
CMYK 0 0.99 0.49 0.36
HSL 329.63º 0.98% 0.32% -
HSV(B) 329.63º 0.99% 0.64% -
XYZ 16.48 8.35 8.93 -
YUV 59.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 162 2 83 0 0.99 0.49 0.36 329.63 0.98 0.32
Hex A2 2 53 0 63 31 24 14A 62 20
Octal 242 2 123 0 143 61 44 512 142 40
Binary 10100010 10 1010011 0 1100011 110001 100100 101001010 1100010 100000

Color Harmonies of #A20253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20253

Black with #A20253

Text Example


Text Example

White with #A20253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20253; }

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

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

background-color css

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

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

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

border-color css

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

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

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