Html Css Color HEX #A81155 Jazzberry Jam

📋 copy color: '#A81155'

red 168 ◦ green 17 ◦ blue 85

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

Shades of Jazzberry Jam #A81155

Tints of Jazzberry Jam #A81155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 62.22%
G = 6.3%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A81155 (or 0xA81155) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 55. RGB value is (168,17,85). Sum of RGB (Red+Green+Blue) = 168+17+85=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A81155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81155 is #57EEAA. Grayscale: #454545. Windows color (decimal): -5762731 or 5575080. OLE color: 5575080.

HSL color Cylindrical-coordinate representation of color #A81155: hue angle of 332.98º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81155 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 17 85 -
CMYK 0 0.90 0.49 0.34
HSL 332.98º 0.82% 0.36% -
HSV(B) 332.98º 0.9% 0.66% -
XYZ 17.99 9.38 9.46 -
YUV 69.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 168 17 85 0 0.90 0.49 0.34 332.98 0.82 0.36
Hex A8 11 55 0 5A 31 22 14D 52 24
Octal 250 21 125 0 132 61 42 515 122 44
Binary 10101000 10001 1010101 0 1011010 110001 100010 101001101 1010010 100100

Color Harmonies of #A81155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81155

Black with #A81155

Text Example


Text Example

White with #A81155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81155; }

 p { color: rgb(168,17,85); }

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

background-color css

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

 a { background-color: rgb(168,17,85); }

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

border-color css

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

 span { border-color: rgb(168,17,85); }

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