Html Css Color HEX #A71870 Jazzberry Jam

📋 copy color: '#A71870'

red 167 ◦ green 24 ◦ blue 112

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

Shades of Jazzberry Jam #A71870

Tints of Jazzberry Jam #A71870

RGB

 RED value IS 167 (65.63% from 255) = 55.12%

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 55.12%
G = 7.92%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A71870 (or 0xA71870) is known color: Jazzberry Jam. HEX triplet: A7, 18 and 70. RGB value is (167,24,112). Sum of RGB (Red+Green+Blue) = 167+24+112=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A71870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71870 is #58E78F. Grayscale: #4C4C4C. Windows color (decimal): -5826448 or 7346343. OLE color: 7346343.

HSL color Cylindrical-coordinate representation of color #A71870: hue angle of 323.08º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71870 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 24 112 -
CMYK 0 0.86 0.33 0.35
HSL 323.08º 0.75% 0.37% -
HSV(B) 323.08º 0.86% 0.65% -
XYZ 19.19 10.04 16.26 -
YUV 76.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 167 24 112 0 0.86 0.33 0.35 323.08 0.75 0.37
Hex A7 18 70 0 56 21 23 143 4B 25
Octal 247 30 160 0 126 41 43 503 113 45
Binary 10100111 11000 1110000 0 1010110 100001 100011 101000011 1001011 100101

Color Harmonies of #A71870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71870

Black with #A71870

Text Example


Text Example

White with #A71870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71870; }

 p { color: rgb(167,24,112); }

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

background-color css

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

 a { background-color: rgb(167,24,112); }

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

border-color css

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

 span { border-color: rgb(167,24,112); }

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