Html Css Color HEX #A6115E Jazzberry Jam

📋 copy color: '#A6115E'

red 166 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #A6115E

Tints of Jazzberry Jam #A6115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 59.93%
G = 6.14%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A6115E (or 0xA6115E) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 5E. RGB value is (166,17,94). Sum of RGB (Red+Green+Blue) = 166+17+94=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6115E is #59EEA1. Grayscale: #464646. Windows color (decimal): -5893794 or 6164902. OLE color: 6164902.

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

Color convert

RGB 166 17 94 -
CMYK 0 0.90 0.43 0.35
HSL 328.99º 0.81% 0.36% -
HSV(B) 328.99º 0.9% 0.65% -
XYZ 17.95 9.32 11.44 -
YUV 70.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 166 17 94 0 0.90 0.43 0.35 328.99 0.81 0.36
Hex A6 11 5E 0 5A 2B 23 149 51 24
Octal 246 21 136 0 132 53 43 511 121 44
Binary 10100110 10001 1011110 0 1011010 101011 100011 101001001 1010001 100100

Color Harmonies of #A6115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6115E

Black with #A6115E

Text Example


Text Example

White with #A6115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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