Html Css Color HEX #A20246 Jazzberry Jam

📋 copy color: '#A20246'

red 162 ◦ green 2 ◦ blue 70

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

Shades of Jazzberry Jam #A20246

Tints of Jazzberry Jam #A20246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 69.23%
G = 0.85%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A20246 (or 0xA20246) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 46. RGB value is (162,2,70). Sum of RGB (Red+Green+Blue) = 162+2+70=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A20246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20246 is #5DFDB9. Grayscale: #393939. Windows color (decimal): -6159802 or 4588194. OLE color: 4588194.

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

Color convert

RGB 162 2 70 -
CMYK 0 0.99 0.57 0.36
HSL 334.5º 0.98% 0.32% -
HSV(B) 334.5º 0.99% 0.64% -
XYZ 16.03 8.17 6.53 -
YUV 57.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 162 2 70 0 0.99 0.57 0.36 334.5 0.98 0.32
Hex A2 2 46 0 63 39 24 14E 62 20
Octal 242 2 106 0 143 71 44 516 142 40
Binary 10100010 10 1000110 0 1100011 111001 100100 101001110 1100010 100000

Color Harmonies of #A20246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20246

Black with #A20246

Text Example


Text Example

White with #A20246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20246; }

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

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

background-color css

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

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

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

border-color css

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

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

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