Html Css Color HEX #A6197C Dark Purple

📋 copy color: '#A6197C'

red 166 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #A6197C

Tints of Dark Purple #A6197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 52.7%
G = 7.94%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6197C (or 0xA6197C) is known color: Dark Purple. HEX triplet: A6, 19 and 7C. RGB value is (166,25,124). Sum of RGB (Red+Green+Blue) = 166+25+124=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6197C is #59E683. Grayscale: #4E4E4E. Windows color (decimal): -5891716 or 8133030. OLE color: 8133030.

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

Color convert

RGB 166 25 124 -
CMYK 0 0.85 0.25 0.35
HSL 317.87º 0.74% 0.37% -
HSV(B) 317.87º 0.85% 0.65% -
XYZ 19.71 10.26 20.01 -
YUV 78.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 166 25 124 0 0.85 0.25 0.35 317.87 0.74 0.37
Hex A6 19 7C 0 55 19 23 13E 4A 25
Octal 246 31 174 0 125 31 43 476 112 45
Binary 10100110 11001 1111100 0 1010101 11001 100011 100111110 1001010 100101

Color Harmonies of #A6197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6197C

Black with #A6197C

Text Example


Text Example

White with #A6197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6197C; }

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

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

background-color css

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

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

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

border-color css

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

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

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