Html Css Color HEX #A72160 Jazzberry Jam

📋 copy color: '#A72160'

red 167 ◦ green 33 ◦ blue 96

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

Shades of Jazzberry Jam #A72160

Tints of Jazzberry Jam #A72160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 56.42%
G = 11.15%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A72160 (or 0xA72160) is known color: Jazzberry Jam. HEX triplet: A7, 21 and 60. RGB value is (167,33,96). Sum of RGB (Red+Green+Blue) = 167+33+96=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A72160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72160 is #58DE9F. Grayscale: #505050. Windows color (decimal): -5824160 or 6300071. OLE color: 6300071.

HSL color Cylindrical-coordinate representation of color #A72160: hue angle of 331.79º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72160 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 33 96 -
CMYK 0 0.80 0.43 0.35
HSL 331.79º 0.67% 0.39% -
HSV(B) 331.79º 0.8% 0.65% -
XYZ 18.59 10.15 12.05 -
YUV 80.25 136.89 189.88 -
System Red Green Blue C M Y K H S L
Decimal 167 33 96 0 0.80 0.43 0.35 331.79 0.67 0.39
Hex A7 21 60 0 50 2B 23 14C 43 27
Octal 247 41 140 0 120 53 43 514 103 47
Binary 10100111 100001 1100000 0 1010000 101011 100011 101001100 1000011 100111

Color Harmonies of #A72160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72160

Black with #A72160

Text Example


Text Example

White with #A72160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72160; }

 p { color: rgb(167,33,96); }

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

background-color css

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

 a { background-color: rgb(167,33,96); }

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

border-color css

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

 span { border-color: rgb(167,33,96); }

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