Html Css Color HEX #A81972 Jazzberry Jam

📋 copy color: '#A81972'

red 168 ◦ green 25 ◦ blue 114

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

Shades of Jazzberry Jam #A81972

Tints of Jazzberry Jam #A81972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 54.72%
G = 8.14%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A81972 (or 0xA81972) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 72. RGB value is (168,25,114). Sum of RGB (Red+Green+Blue) = 168+25+114=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A81972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81972 is #57E68D. Grayscale: #4D4D4D. Windows color (decimal): -5760654 or 7477672. OLE color: 7477672.

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

Color convert

RGB 168 25 114 -
CMYK 0 0.85 0.32 0.34
HSL 322.66º 0.74% 0.38% -
HSV(B) 322.66º 0.85% 0.66% -
XYZ 19.53 10.24 16.87 -
YUV 77.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 168 25 114 0 0.85 0.32 0.34 322.66 0.74 0.38
Hex A8 19 72 0 55 20 22 143 4A 26
Octal 250 31 162 0 125 40 42 503 112 46
Binary 10101000 11001 1110010 0 1010101 100000 100010 101000011 1001010 100110

Color Harmonies of #A81972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81972

Black with #A81972

Text Example


Text Example

White with #A81972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81972; }

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

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

background-color css

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

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

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

border-color css

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

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

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