Html Css Color HEX #A20E46 Jazzberry Jam

📋 copy color: '#A20E46'

red 162 ◦ green 14 ◦ blue 70

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

Shades of Jazzberry Jam #A20E46

Tints of Jazzberry Jam #A20E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.69%

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

R = 65.85%
G = 5.69%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A20E46 (or 0xA20E46) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 46. RGB value is (162,14,70). Sum of RGB (Red+Green+Blue) = 162+14+70=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E46 is #5DF1B9. Grayscale: #404040. Windows color (decimal): -6156730 or 4591266. OLE color: 4591266.

HSL color Cylindrical-coordinate representation of color #A20E46: hue angle of 337.3º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E46 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 14 70 -
CMYK 0 0.91 0.57 0.36
HSL 337.3º 0.84% 0.35% -
HSV(B) 337.3º 0.91% 0.64% -
XYZ 16.16 8.44 6.57 -
YUV 64.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 162 14 70 0 0.91 0.57 0.36 337.3 0.84 0.35
Hex A2 E 46 0 5B 39 24 151 54 23
Octal 242 16 106 0 133 71 44 521 124 43
Binary 10100010 1110 1000110 0 1011011 111001 100100 101010001 1010100 100011

Color Harmonies of #A20E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E46

Black with #A20E46

Text Example


Text Example

White with #A20E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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