Html Css Color HEX #A20E4C Jazzberry Jam

📋 copy color: '#A20E4C'

red 162 ◦ green 14 ◦ blue 76

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

Shades of Jazzberry Jam #A20E4C

Tints of Jazzberry Jam #A20E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 64.29%
G = 5.56%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A20E4C (or 0xA20E4C) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 4C. RGB value is (162,14,76). Sum of RGB (Red+Green+Blue) = 162+14+76=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E4C is #5DF1B3. Grayscale: #414141. Windows color (decimal): -6156724 or 4984482. OLE color: 4984482.

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

Color convert

RGB 162 14 76 -
CMYK 0 0.91 0.53 0.36
HSL 334.86º 0.84% 0.35% -
HSV(B) 334.86º 0.91% 0.64% -
XYZ 16.36 8.52 7.62 -
YUV 65.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 162 14 76 0 0.91 0.53 0.36 334.86 0.84 0.35
Hex A2 E 4C 0 5B 35 24 14F 54 23
Octal 242 16 114 0 133 65 44 517 124 43
Binary 10100010 1110 1001100 0 1011011 110101 100100 101001111 1010100 100011

Color Harmonies of #A20E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E4C

Black with #A20E4C

Text Example


Text Example

White with #A20E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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