Html Css Color HEX #A20E6D Jazzberry Jam

📋 copy color: '#A20E6D'

red 162 ◦ green 14 ◦ blue 109

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

Shades of Jazzberry Jam #A20E6D

Tints of Jazzberry Jam #A20E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 56.84%
G = 4.91%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A20E6D (or 0xA20E6D) is known color: Jazzberry Jam. HEX triplet: A2, 0E and 6D. RGB value is (162,14,109). Sum of RGB (Red+Green+Blue) = 162+14+109=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E6D is #5DF192. Grayscale: #444444. Windows color (decimal): -6156691 or 7147170. OLE color: 7147170.

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

Color convert

RGB 162 14 109 -
CMYK 0 0.91 0.33 0.36
HSL 321.49º 0.84% 0.35% -
HSV(B) 321.49º 0.91% 0.64% -
XYZ 17.82 9.1 15.29 -
YUV 69.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 162 14 109 0 0.91 0.33 0.36 321.49 0.84 0.35
Hex A2 E 6D 0 5B 21 24 141 54 23
Octal 242 16 155 0 133 41 44 501 124 43
Binary 10100010 1110 1101101 0 1011011 100001 100100 101000001 1010100 100011

Color Harmonies of #A20E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E6D

Black with #A20E6D

Text Example


Text Example

White with #A20E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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