Html Css Color HEX #A81770 Jazzberry Jam

📋 copy color: '#A81770'

red 168 ◦ green 23 ◦ blue 112

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

Shades of Jazzberry Jam #A81770

Tints of Jazzberry Jam #A81770

RGB

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

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

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

R = 55.45%
G = 7.59%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A81770 (or 0xA81770) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 70. RGB value is (168,23,112). Sum of RGB (Red+Green+Blue) = 168+23+112=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A81770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81770 is #57E88F. Grayscale: #4C4C4C. Windows color (decimal): -5761168 or 7346088. OLE color: 7346088.

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

Color convert

RGB 168 23 112 -
CMYK 0 0.86 0.33 0.34
HSL 323.17º 0.76% 0.37% -
HSV(B) 323.17º 0.86% 0.66% -
XYZ 19.38 10.11 16.26 -
YUV 76.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 168 23 112 0 0.86 0.33 0.34 323.17 0.76 0.37
Hex A8 17 70 0 56 21 22 143 4C 25
Octal 250 27 160 0 126 41 42 503 114 45
Binary 10101000 10111 1110000 0 1010110 100001 100010 101000011 1001100 100101

Color Harmonies of #A81770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81770

Black with #A81770

Text Example


Text Example

White with #A81770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81770; }

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

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

background-color css

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

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

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

border-color css

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

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

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