Html Css Color HEX #A20C40 Jazzberry Jam

📋 copy color: '#A20C40'

red 162 ◦ green 12 ◦ blue 64

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

Shades of Jazzberry Jam #A20C40

Tints of Jazzberry Jam #A20C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.04%

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 68.07%
G = 5.04%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A20C40 (or 0xA20C40) is known color: Jazzberry Jam. HEX triplet: A2, 0C and 40. RGB value is (162,12,64). Sum of RGB (Red+Green+Blue) = 162+12+64=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20C40 is #5DF3BF. Grayscale: #3E3E3E. Windows color (decimal): -6157248 or 4197538. OLE color: 4197538.

HSL color Cylindrical-coordinate representation of color #A20C40: hue angle of 339.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C40 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 12 64 -
CMYK 0 0.93 0.60 0.36
HSL 339.2º 0.86% 0.34% -
HSV(B) 339.2º 0.93% 0.64% -
XYZ 15.96 8.31 5.61 -
YUV 62.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 162 12 64 0 0.93 0.60 0.36 339.2 0.86 0.34
Hex A2 C 40 0 5D 3C 24 153 56 22
Octal 242 14 100 0 135 74 44 523 126 42
Binary 10100010 1100 1000000 0 1011101 111100 100100 101010011 1010110 100010

Color Harmonies of #A20C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20C40

Black with #A20C40

Text Example


Text Example

White with #A20C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20C40; }

 p { color: rgb(162,12,64); }

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

background-color css

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

 a { background-color: rgb(162,12,64); }

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

border-color css

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

 span { border-color: rgb(162,12,64); }

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