Html Css Color HEX #A81970 Jazzberry Jam

📋 copy color: '#A81970'

red 168 ◦ green 25 ◦ blue 112

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

Shades of Jazzberry Jam #A81970

Tints of Jazzberry Jam #A81970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 55.08%
G = 8.2%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A81970 (or 0xA81970) is known color: Jazzberry Jam. HEX triplet: A8, 19 and 70. RGB value is (168,25,112). Sum of RGB (Red+Green+Blue) = 168+25+112=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A81970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81970 is #57E68F. Grayscale: #4D4D4D. Windows color (decimal): -5760656 or 7346600. OLE color: 7346600.

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

Color convert

RGB 168 25 112 -
CMYK 0 0.85 0.33 0.34
HSL 323.5º 0.74% 0.38% -
HSV(B) 323.5º 0.85% 0.66% -
XYZ 19.42 10.19 16.27 -
YUV 77.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 168 25 112 0 0.85 0.33 0.34 323.5 0.74 0.38
Hex A8 19 70 0 55 21 22 143 4A 26
Octal 250 31 160 0 125 41 42 503 112 46
Binary 10101000 11001 1110000 0 1010101 100001 100010 101000011 1001010 100110

Color Harmonies of #A81970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81970

Black with #A81970

Text Example


Text Example

White with #A81970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81970; }

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

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

background-color css

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

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

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

border-color css

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

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

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