Html Css Color HEX #A81158 Jazzberry Jam

📋 copy color: '#A81158'

red 168 ◦ green 17 ◦ blue 88

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

Shades of Jazzberry Jam #A81158

Tints of Jazzberry Jam #A81158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 61.54%
G = 6.23%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A81158 (or 0xA81158) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 58. RGB value is (168,17,88). Sum of RGB (Red+Green+Blue) = 168+17+88=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A81158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81158 is #57EEA7. Grayscale: #464646. Windows color (decimal): -5762728 or 5771688. OLE color: 5771688.

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

Color convert

RGB 168 17 88 -
CMYK 0 0.90 0.48 0.34
HSL 331.79º 0.82% 0.36% -
HSV(B) 331.79º 0.9% 0.66% -
XYZ 18.11 9.43 10.1 -
YUV 70.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 168 17 88 0 0.90 0.48 0.34 331.79 0.82 0.36
Hex A8 11 58 0 5A 30 22 14C 52 24
Octal 250 21 130 0 132 60 42 514 122 44
Binary 10101000 10001 1011000 0 1011010 110000 100010 101001100 1010010 100100

Color Harmonies of #A81158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81158

Black with #A81158

Text Example


Text Example

White with #A81158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81158; }

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

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

background-color css

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

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

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

border-color css

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

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

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