Html Css Color HEX #A6126C Jazzberry Jam

📋 copy color: '#A6126C'

red 166 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #A6126C

Tints of Jazzberry Jam #A6126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 56.85%
G = 6.16%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6126C (or 0xA6126C) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 6C. RGB value is (166,18,108). Sum of RGB (Red+Green+Blue) = 166+18+108=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6126C is #59ED93. Grayscale: #484848. Windows color (decimal): -5893524 or 7082662. OLE color: 7082662.

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

Color convert

RGB 166 18 108 -
CMYK 0 0.89 0.35 0.35
HSL 323.51º 0.8% 0.36% -
HSV(B) 323.51º 0.89% 0.65% -
XYZ 18.65 9.62 15.06 -
YUV 72.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 166 18 108 0 0.89 0.35 0.35 323.51 0.8 0.36
Hex A6 12 6C 0 59 23 23 144 50 24
Octal 246 22 154 0 131 43 43 504 120 44
Binary 10100110 10010 1101100 0 1011001 100011 100011 101000100 1010000 100100

Color Harmonies of #A6126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6126C

Black with #A6126C

Text Example


Text Example

White with #A6126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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