Html Css Color HEX #A20D5D Jazzberry Jam

📋 copy color: '#A20D5D'

red 162 ◦ green 13 ◦ blue 93

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

Shades of Jazzberry Jam #A20D5D

Tints of Jazzberry Jam #A20D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 60.45%
G = 4.85%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A20D5D (or 0xA20D5D) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 5D. RGB value is (162,13,93). Sum of RGB (Red+Green+Blue) = 162+13+93=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20D5D is #5DF2A2. Grayscale: #424242. Windows color (decimal): -6156963 or 6098338. OLE color: 6098338.

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

Color convert

RGB 162 13 93 -
CMYK 0 0.92 0.43 0.36
HSL 327.79º 0.85% 0.34% -
HSV(B) 327.79º 0.92% 0.64% -
XYZ 17.02 8.76 11.15 -
YUV 66.67 142.86 196 -
System Red Green Blue C M Y K H S L
Decimal 162 13 93 0 0.92 0.43 0.36 327.79 0.85 0.34
Hex A2 D 5D 0 5C 2B 24 148 55 22
Octal 242 15 135 0 134 53 44 510 125 42
Binary 10100010 1101 1011101 0 1011100 101011 100100 101001000 1010101 100010

Color Harmonies of #A20D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D5D

Black with #A20D5D

Text Example


Text Example

White with #A20D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D5D; }

 p { color: rgb(162,13,93); }

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

background-color css

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

 a { background-color: rgb(162,13,93); }

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

border-color css

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

 span { border-color: rgb(162,13,93); }

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