Html Css Color HEX #A81166 Jazzberry Jam

📋 copy color: '#A81166'

red 168 ◦ green 17 ◦ blue 102

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

Shades of Jazzberry Jam #A81166

Tints of Jazzberry Jam #A81166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 58.54%
G = 5.92%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A81166 (or 0xA81166) is known color: Jazzberry Jam. HEX triplet: A8, 11 and 66. RGB value is (168,17,102). Sum of RGB (Red+Green+Blue) = 168+17+102=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A81166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81166 is #57EE99. Grayscale: #474747. Windows color (decimal): -5762714 or 6689192. OLE color: 6689192.

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

Color convert

RGB 168 17 102 -
CMYK 0 0.90 0.39 0.34
HSL 326.23º 0.82% 0.36% -
HSV(B) 326.23º 0.9% 0.66% -
XYZ 18.75 9.69 13.45 -
YUV 71.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 168 17 102 0 0.90 0.39 0.34 326.23 0.82 0.36
Hex A8 11 66 0 5A 27 22 146 52 24
Octal 250 21 146 0 132 47 42 506 122 44
Binary 10101000 10001 1100110 0 1011010 100111 100010 101000110 1010010 100100

Color Harmonies of #A81166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81166

Black with #A81166

Text Example


Text Example

White with #A81166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81166; }

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

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

background-color css

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

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

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

border-color css

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

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

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