Html Css Color HEX #A6126D Jazzberry Jam

📋 copy color: '#A6126D'

red 166 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #A6126D

Tints of Jazzberry Jam #A6126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 56.66%
G = 6.14%
B = 37.2%

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

#A6126D (or 0xA6126D) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 6D. RGB value is (166,18,109). Sum of RGB (Red+Green+Blue) = 166+18+109=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6126D is #59ED92. Grayscale: #484848. Windows color (decimal): -5893523 or 7148198. OLE color: 7148198.

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

Color convert

RGB 166 18 109 -
CMYK 0 0.89 0.34 0.35
HSL 323.11º 0.8% 0.36% -
HSV(B) 323.11º 0.89% 0.65% -
XYZ 18.7 9.64 15.34 -
YUV 72.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 166 18 109 0 0.89 0.34 0.35 323.11 0.8 0.36
Hex A6 12 6D 0 59 22 23 143 50 24
Octal 246 22 155 0 131 42 43 503 120 44
Binary 10100110 10010 1101101 0 1011001 100010 100011 101000011 1010000 100100

Color Harmonies of #A6126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6126D

Black with #A6126D

Text Example


Text Example

White with #A6126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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