Html Css Color HEX #A81977 Jazzberry Jam

📋 copy color: '#A81977'

red 168 ◦ green 25 ◦ blue 119

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

Shades of Jazzberry Jam #A81977

Tints of Jazzberry Jam #A81977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 53.85%
G = 8.01%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A81977 (or 0xA81977) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 77. RGB value is (168,25,119). Sum of RGB (Red+Green+Blue) = 168+25+119=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A81977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81977 is #57E688. Grayscale: #4E4E4E. Windows color (decimal): -5760649 or 7805352. OLE color: 7805352.

HSL color Cylindrical-coordinate representation of color #A81977: hue angle of 320.56º 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 #A81977 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 119 -
CMYK 0 0.85 0.29 0.34
HSL 320.56º 0.74% 0.38% -
HSV(B) 320.56º 0.85% 0.66% -
XYZ 19.83 10.35 18.41 -
YUV 78.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 168 25 119 0 0.85 0.29 0.34 320.56 0.74 0.38
Hex A8 19 77 0 55 1D 22 141 4A 26
Octal 250 31 167 0 125 35 42 501 112 46
Binary 10101000 11001 1110111 0 1010101 11101 100010 101000001 1001010 100110

Color Harmonies of #A81977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81977

Black with #A81977

Text Example


Text Example

White with #A81977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81977; }

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

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

background-color css

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

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

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

border-color css

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

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

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