Html Css Color HEX #A6126A Jazzberry Jam

📋 copy color: '#A6126A'

red 166 ◦ green 18 ◦ blue 106

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

Shades of Jazzberry Jam #A6126A

Tints of Jazzberry Jam #A6126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 57.24%
G = 6.21%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6126A (or 0xA6126A) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 6A. RGB value is (166,18,106). Sum of RGB (Red+Green+Blue) = 166+18+106=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6126A is #59ED95. Grayscale: #484848. Windows color (decimal): -5893526 or 6951590. OLE color: 6951590.

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

Color convert

RGB 166 18 106 -
CMYK 0 0.89 0.36 0.35
HSL 324.32º 0.8% 0.36% -
HSV(B) 324.32º 0.89% 0.65% -
XYZ 18.54 9.58 14.51 -
YUV 72.28 147.03 194.84 -
System Red Green Blue C M Y K H S L
Decimal 166 18 106 0 0.89 0.36 0.35 324.32 0.8 0.36
Hex A6 12 6A 0 59 24 23 144 50 24
Octal 246 22 152 0 131 44 43 504 120 44
Binary 10100110 10010 1101010 0 1011001 100100 100011 101000100 1010000 100100

Color Harmonies of #A6126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6126A

Black with #A6126A

Text Example


Text Example

White with #A6126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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