Html Css Color HEX #A20D4B Jazzberry Jam

📋 copy color: '#A20D4B'

red 162 ◦ green 13 ◦ blue 75

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

Shades of Jazzberry Jam #A20D4B

Tints of Jazzberry Jam #A20D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30%

R = 64.8%
G = 5.2%
B = 30%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A20D4B (or 0xA20D4B) is known color: Jazzberry Jam. HEX triplet: A2, 0D and 4B. RGB value is (162,13,75). Sum of RGB (Red+Green+Blue) = 162+13+75=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D4B is #5DF2B4. Grayscale: #404040. Windows color (decimal): -6156981 or 4918690. OLE color: 4918690.

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

Color convert

RGB 162 13 75 -
CMYK 0 0.92 0.54 0.36
HSL 335.03º 0.85% 0.34% -
HSV(B) 335.03º 0.92% 0.64% -
XYZ 16.31 8.48 7.43 -
YUV 64.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 162 13 75 0 0.92 0.54 0.36 335.03 0.85 0.34
Hex A2 D 4B 0 5C 36 24 14F 55 22
Octal 242 15 113 0 134 66 44 517 125 42
Binary 10100010 1101 1001011 0 1011100 110110 100100 101001111 1010101 100010

Color Harmonies of #A20D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20D4B

Black with #A20D4B

Text Example


Text Example

White with #A20D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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