Html Css Color HEX #A81176 Jazzberry Jam

📋 copy color: '#A81176'

red 168 ◦ green 17 ◦ blue 118

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

Shades of Jazzberry Jam #A81176

Tints of Jazzberry Jam #A81176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.61%

 BLUE value IS 118 (46.48% from 255) = 38.94%

R = 55.45%
G = 5.61%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A81176 (or 0xA81176) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 76. RGB value is (168,17,118). Sum of RGB (Red+Green+Blue) = 168+17+118=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A81176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81176 is #57EE89. Grayscale: #494949. Windows color (decimal): -5762698 or 7737768. OLE color: 7737768.

HSL color Cylindrical-coordinate representation of color #A81176: hue angle of 319.87º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81176 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 118 -
CMYK 0 0.90 0.30 0.34
HSL 319.87º 0.82% 0.36% -
HSV(B) 319.87º 0.9% 0.66% -
XYZ 19.62 10.03 18.04 -
YUV 73.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 168 17 118 0 0.90 0.30 0.34 319.87 0.82 0.36
Hex A8 11 76 0 5A 1E 22 140 52 24
Octal 250 21 166 0 132 36 42 500 122 44
Binary 10101000 10001 1110110 0 1011010 11110 100010 101000000 1010010 100100

Color Harmonies of #A81176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81176

Black with #A81176

Text Example


Text Example

White with #A81176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81176; }

 p { color: rgb(168,17,118); }

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

background-color css

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

 a { background-color: rgb(168,17,118); }

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

border-color css

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

 span { border-color: rgb(168,17,118); }

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