Html Css Color HEX #A6116E Jazzberry Jam

📋 copy color: '#A6116E'

red 166 ◦ green 17 ◦ blue 110

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

Shades of Jazzberry Jam #A6116E

Tints of Jazzberry Jam #A6116E

RGB

 RED value IS 166 (65.23% from 255) = 56.66%

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

 BLUE value IS 110 (43.36% from 255) = 37.54%

R = 56.66%
G = 5.8%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6116E (or 0xA6116E) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 6E. RGB value is (166,17,110). Sum of RGB (Red+Green+Blue) = 166+17+110=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6116E is #59EE91. Grayscale: #474747. Windows color (decimal): -5893778 or 7213478. OLE color: 7213478.

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

Color convert

RGB 166 17 110 -
CMYK 0 0.90 0.34 0.35
HSL 322.55º 0.81% 0.36% -
HSV(B) 322.55º 0.9% 0.65% -
XYZ 18.74 9.63 15.62 -
YUV 72.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 166 17 110 0 0.90 0.34 0.35 322.55 0.81 0.36
Hex A6 11 6E 0 5A 22 23 143 51 24
Octal 246 21 156 0 132 42 43 503 121 44
Binary 10100110 10001 1101110 0 1011010 100010 100011 101000011 1010001 100100

Color Harmonies of #A6116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6116E

Black with #A6116E

Text Example


Text Example

White with #A6116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6116E; }

 p { color: rgb(166,17,110); }

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

background-color css

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

 a { background-color: rgb(166,17,110); }

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

border-color css

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

 span { border-color: rgb(166,17,110); }

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