Html Css Color HEX #A6114E Jazzberry Jam

📋 copy color: '#A6114E'

red 166 ◦ green 17 ◦ blue 78

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

Shades of Jazzberry Jam #A6114E

Tints of Jazzberry Jam #A6114E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.89%

R = 63.6%
G = 6.51%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A6114E (or 0xA6114E) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 4E. RGB value is (166,17,78). Sum of RGB (Red+Green+Blue) = 166+17+78=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6114E is #59EEB1. Grayscale: #444444. Windows color (decimal): -5893810 or 5116326. OLE color: 5116326.

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

Color convert

RGB 166 17 78 -
CMYK 0 0.90 0.53 0.35
HSL 335.44º 0.81% 0.36% -
HSV(B) 335.44º 0.9% 0.65% -
XYZ 17.3 9.06 8.04 -
YUV 68.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 166 17 78 0 0.90 0.53 0.35 335.44 0.81 0.36
Hex A6 11 4E 0 5A 35 23 14F 51 24
Octal 246 21 116 0 132 65 43 517 121 44
Binary 10100110 10001 1001110 0 1011010 110101 100011 101001111 1010001 100100

Color Harmonies of #A6114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6114E

Black with #A6114E

Text Example


Text Example

White with #A6114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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