Html Css Color HEX #A6196F Jazzberry Jam

📋 copy color: '#A6196F'

red 166 ◦ green 25 ◦ blue 111

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

Shades of Jazzberry Jam #A6196F

Tints of Jazzberry Jam #A6196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 54.97%
G = 8.28%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6196F (or 0xA6196F) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 6F. RGB value is (166,25,111). Sum of RGB (Red+Green+Blue) = 166+25+111=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A6196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6196F is #59E690. Grayscale: #4C4C4C. Windows color (decimal): -5891729 or 7281062. OLE color: 7281062.

HSL color Cylindrical-coordinate representation of color #A6196F: hue angle of 323.4º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6196F is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 25 111 -
CMYK 0 0.85 0.33 0.35
HSL 323.4º 0.74% 0.37% -
HSV(B) 323.4º 0.85% 0.65% -
XYZ 18.94 9.95 15.96 -
YUV 76.96 147.21 191.51 -
System Red Green Blue C M Y K H S L
Decimal 166 25 111 0 0.85 0.33 0.35 323.4 0.74 0.37
Hex A6 19 6F 0 55 21 23 143 4A 25
Octal 246 31 157 0 125 41 43 503 112 45
Binary 10100110 11001 1101111 0 1010101 100001 100011 101000011 1001010 100101

Color Harmonies of #A6196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6196F

Black with #A6196F

Text Example


Text Example

White with #A6196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6196F; }

 p { color: rgb(166,25,111); }

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

background-color css

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

 a { background-color: rgb(166,25,111); }

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

border-color css

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

 span { border-color: rgb(166,25,111); }

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