Html Css Color HEX #A6197D Dark Purple

📋 copy color: '#A6197D'

red 166 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #A6197D

Tints of Dark Purple #A6197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 52.53%
G = 7.91%
B = 39.56%

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

#A6197D (or 0xA6197D) is known color: Dark Purple. HEX triplet: A6, 19 and 7D. RGB value is (166,25,125). Sum of RGB (Red+Green+Blue) = 166+25+125=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A6197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6197D is #59E682. Grayscale: #4E4E4E. Windows color (decimal): -5891715 or 8198566. OLE color: 8198566.

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

Color convert

RGB 166 25 125 -
CMYK 0 0.85 0.25 0.35
HSL 317.45º 0.74% 0.37% -
HSV(B) 317.45º 0.85% 0.65% -
XYZ 19.78 10.28 20.34 -
YUV 78.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 166 25 125 0 0.85 0.25 0.35 317.45 0.74 0.37
Hex A6 19 7D 0 55 19 23 13D 4A 25
Octal 246 31 175 0 125 31 43 475 112 45
Binary 10100110 11001 1111101 0 1010101 11001 100011 100111101 1001010 100101

Color Harmonies of #A6197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6197D

Black with #A6197D

Text Example


Text Example

White with #A6197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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