Html Css Color HEX #A71570 Jazzberry Jam

📋 copy color: '#A71570'

red 167 ◦ green 21 ◦ blue 112

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

Shades of Jazzberry Jam #A71570

Tints of Jazzberry Jam #A71570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

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

R = 55.67%
G = 7%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A71570 (or 0xA71570) is known color: Jazzberry Jam. HEX triplet: A7, 15 and 70. RGB value is (167,21,112). Sum of RGB (Red+Green+Blue) = 167+21+112=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A71570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71570 is #58EA8F. Grayscale: #4A4A4A. Windows color (decimal): -5827216 or 7345575. OLE color: 7345575.

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

Color convert

RGB 167 21 112 -
CMYK 0 0.87 0.33 0.35
HSL 322.6º 0.78% 0.37% -
HSV(B) 322.6º 0.87% 0.65% -
XYZ 19.13 9.92 16.24 -
YUV 75.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 167 21 112 0 0.87 0.33 0.35 322.6 0.78 0.37
Hex A7 15 70 0 57 21 23 143 4E 25
Octal 247 25 160 0 127 41 43 503 116 45
Binary 10100111 10101 1110000 0 1010111 100001 100011 101000011 1001110 100101

Color Harmonies of #A71570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71570

Black with #A71570

Text Example


Text Example

White with #A71570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71570; }

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

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

background-color css

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

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

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

border-color css

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

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

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