Html Css Color HEX #A6136D Jazzberry Jam

📋 copy color: '#A6136D'

red 166 ◦ green 19 ◦ blue 109

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

Shades of Jazzberry Jam #A6136D

Tints of Jazzberry Jam #A6136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 56.46%
G = 6.46%
B = 37.07%

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

#A6136D (or 0xA6136D) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 6D. RGB value is (166,19,109). Sum of RGB (Red+Green+Blue) = 166+19+109=294 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.46% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 166 - color contains mainly: red. Hex color #A6136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6136D is #59EC92. Grayscale: #494949. Windows color (decimal): -5893267 or 7148454. OLE color: 7148454.

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

Color convert

RGB 166 19 109 -
CMYK 0 0.89 0.34 0.35
HSL 323.27º 0.79% 0.36% -
HSV(B) 323.27º 0.89% 0.65% -
XYZ 18.72 9.68 15.35 -
YUV 73.21 148.2 194.18 -
System Red Green Blue C M Y K H S L
Decimal 166 19 109 0 0.89 0.34 0.35 323.27 0.79 0.36
Hex A6 13 6D 0 59 22 23 143 4F 24
Octal 246 23 155 0 131 42 43 503 117 44
Binary 10100110 10011 1101101 0 1011001 100010 100011 101000011 1001111 100100

Color Harmonies of #A6136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6136D

Black with #A6136D

Text Example


Text Example

White with #A6136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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