Html Css Color HEX #A80C71 Jazzberry Jam

📋 copy color: '#A80C71'

red 168 ◦ green 12 ◦ blue 113

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

Shades of Jazzberry Jam #A80C71

Tints of Jazzberry Jam #A80C71

RGB

 RED value IS 168 (66.02% from 255) = 57.34%

 GREEN value IS 12 (5.08% from 255) = 4.1%

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 57.34%
G = 4.1%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A80C71 (or 0xA80C71) is known color: Jazzberry Jam. HEX triplet: A8, 0C and 71. RGB value is (168,12,113). Sum of RGB (Red+Green+Blue) = 168+12+113=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C71 is #57F38E. Grayscale: #454545. Windows color (decimal): -5763983 or 7408808. OLE color: 7408808.

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

Color convert

RGB 168 12 113 -
CMYK 0 0.93 0.33 0.34
HSL 321.15º 0.87% 0.35% -
HSV(B) 321.15º 0.93% 0.66% -
XYZ 19.26 9.78 16.5 -
YUV 70.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 168 12 113 0 0.93 0.33 0.34 321.15 0.87 0.35
Hex A8 C 71 0 5D 21 22 141 57 23
Octal 250 14 161 0 135 41 42 501 127 43
Binary 10101000 1100 1110001 0 1011101 100001 100010 101000001 1010111 100011

Color Harmonies of #A80C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C71

Black with #A80C71

Text Example


Text Example

White with #A80C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C71; }

 p { color: rgb(168,12,113); }

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

background-color css

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

 a { background-color: rgb(168,12,113); }

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

border-color css

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

 span { border-color: rgb(168,12,113); }

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