Html Css Color HEX #A6136E Jazzberry Jam

📋 copy color: '#A6136E'

red 166 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #A6136E

Tints of Jazzberry Jam #A6136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 56.27%
G = 6.44%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6136E (or 0xA6136E) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 6E. RGB value is (166,19,110). Sum of RGB (Red+Green+Blue) = 166+19+110=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6136E is #59EC91. Grayscale: #494949. Windows color (decimal): -5893266 or 7213990. OLE color: 7213990.

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

Color convert

RGB 166 19 110 -
CMYK 0 0.89 0.34 0.35
HSL 322.86º 0.79% 0.36% -
HSV(B) 322.86º 0.89% 0.65% -
XYZ 18.77 9.7 15.63 -
YUV 73.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 166 19 110 0 0.89 0.34 0.35 322.86 0.79 0.36
Hex A6 13 6E 0 59 22 23 143 4F 24
Octal 246 23 156 0 131 42 43 503 117 44
Binary 10100110 10011 1101110 0 1011001 100010 100011 101000011 1001111 100100

Color Harmonies of #A6136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6136E

Black with #A6136E

Text Example


Text Example

White with #A6136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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