Html Css Color HEX #A71572 Jazzberry Jam

📋 copy color: '#A71572'

red 167 ◦ green 21 ◦ blue 114

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

Shades of Jazzberry Jam #A71572

Tints of Jazzberry Jam #A71572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 55.3%
G = 6.95%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A71572 (or 0xA71572) is known color: Jazzberry Jam. HEX triplet: A7, 15 and 72. RGB value is (167,21,114). Sum of RGB (Red+Green+Blue) = 167+21+114=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A71572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71572 is #58EA8D. Grayscale: #4B4B4B. Windows color (decimal): -5827214 or 7476647. OLE color: 7476647.

HSL color Cylindrical-coordinate representation of color #A71572: hue angle of 321.78º 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 #A71572 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 21 114 -
CMYK 0 0.87 0.32 0.35
HSL 321.78º 0.78% 0.37% -
HSV(B) 321.78º 0.87% 0.65% -
XYZ 19.24 9.97 16.83 -
YUV 75.26 149.87 193.44 -
System Red Green Blue C M Y K H S L
Decimal 167 21 114 0 0.87 0.32 0.35 321.78 0.78 0.37
Hex A7 15 72 0 57 20 23 142 4E 25
Octal 247 25 162 0 127 40 43 502 116 45
Binary 10100111 10101 1110010 0 1010111 100000 100011 101000010 1001110 100101

Color Harmonies of #A71572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71572

Black with #A71572

Text Example


Text Example

White with #A71572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71572; }

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

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

background-color css

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

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

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

border-color css

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

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

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