Html Css Color HEX #A81978 Jazzberry Jam

📋 copy color: '#A81978'

red 168 ◦ green 25 ◦ blue 120

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

Shades of Jazzberry Jam #A81978

Tints of Jazzberry Jam #A81978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 53.67%
G = 7.99%
B = 38.34%

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

#A81978 (or 0xA81978) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 78. RGB value is (168,25,120). Sum of RGB (Red+Green+Blue) = 168+25+120=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A81978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81978 is #57E687. Grayscale: #4E4E4E. Windows color (decimal): -5760648 or 7870888. OLE color: 7870888.

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

Color convert

RGB 168 25 120 -
CMYK 0 0.85 0.29 0.34
HSL 320.14º 0.74% 0.38% -
HSV(B) 320.14º 0.85% 0.66% -
XYZ 19.89 10.38 18.72 -
YUV 78.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 168 25 120 0 0.85 0.29 0.34 320.14 0.74 0.38
Hex A8 19 78 0 55 1D 22 140 4A 26
Octal 250 31 170 0 125 35 42 500 112 46
Binary 10101000 11001 1111000 0 1010101 11101 100010 101000000 1001010 100110

Color Harmonies of #A81978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81978

Black with #A81978

Text Example


Text Example

White with #A81978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81978; }

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

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

background-color css

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

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

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

border-color css

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

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

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