Html Css Color HEX #A81976 Jazzberry Jam

📋 copy color: '#A81976'

red 168 ◦ green 25 ◦ blue 118

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

Shades of Jazzberry Jam #A81976

Tints of Jazzberry Jam #A81976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

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

R = 54.02%
G = 8.04%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A81976 (or 0xA81976) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 76. RGB value is (168,25,118). Sum of RGB (Red+Green+Blue) = 168+25+118=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A81976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81976 is #57E689. Grayscale: #4E4E4E. Windows color (decimal): -5760650 or 7739816. OLE color: 7739816.

HSL color Cylindrical-coordinate representation of color #A81976: hue angle of 320.98º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81976 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 118 -
CMYK 0 0.85 0.30 0.34
HSL 320.98º 0.74% 0.38% -
HSV(B) 320.98º 0.85% 0.66% -
XYZ 19.77 10.33 18.09 -
YUV 78.36 150.38 191.94 -
System Red Green Blue C M Y K H S L
Decimal 168 25 118 0 0.85 0.30 0.34 320.98 0.74 0.38
Hex A8 19 76 0 55 1E 22 141 4A 26
Octal 250 31 166 0 125 36 42 501 112 46
Binary 10101000 11001 1110110 0 1010101 11110 100010 101000001 1001010 100110

Color Harmonies of #A81976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81976

Black with #A81976

Text Example


Text Example

White with #A81976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81976; }

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

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

background-color css

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

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

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

border-color css

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

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

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