Html Css Color HEX #A81777 Jazzberry Jam

📋 copy color: '#A81777'

red 168 ◦ green 23 ◦ blue 119

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

Shades of Jazzberry Jam #A81777

Tints of Jazzberry Jam #A81777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

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

R = 54.19%
G = 7.42%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A81777 (or 0xA81777) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 77. RGB value is (168,23,119). Sum of RGB (Red+Green+Blue) = 168+23+119=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A81777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81777 is #57E888. Grayscale: #4D4D4D. Windows color (decimal): -5761161 or 7804840. OLE color: 7804840.

HSL color Cylindrical-coordinate representation of color #A81777: hue angle of 320.28º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81777 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 119 -
CMYK 0 0.86 0.29 0.34
HSL 320.28º 0.76% 0.37% -
HSV(B) 320.28º 0.86% 0.66% -
XYZ 19.78 10.27 18.39 -
YUV 77.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 168 23 119 0 0.86 0.29 0.34 320.28 0.76 0.37
Hex A8 17 77 0 56 1D 22 140 4C 25
Octal 250 27 167 0 126 35 42 500 114 45
Binary 10101000 10111 1110111 0 1010110 11101 100010 101000000 1001100 100101

Color Harmonies of #A81777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81777

Black with #A81777

Text Example


Text Example

White with #A81777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81777; }

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

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

background-color css

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

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

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

border-color css

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

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

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