Html Css Color HEX #A6197B Dark Purple

📋 copy color: '#A6197B'

red 166 ◦ green 25 ◦ blue 123

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

Shades of Dark Purple #A6197B

Tints of Dark Purple #A6197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 52.87%
G = 7.96%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6197B (or 0xA6197B) is known color: Dark Purple. HEX triplet: A6, 19 and 7B. RGB value is (166,25,123). Sum of RGB (Red+Green+Blue) = 166+25+123=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6197B is #59E684. Grayscale: #4E4E4E. Windows color (decimal): -5891717 or 8067494. OLE color: 8067494.

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

Color convert

RGB 166 25 123 -
CMYK 0 0.85 0.26 0.35
HSL 318.3º 0.74% 0.37% -
HSV(B) 318.3º 0.85% 0.65% -
XYZ 19.65 10.23 19.68 -
YUV 78.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 166 25 123 0 0.85 0.26 0.35 318.3 0.74 0.37
Hex A6 19 7B 0 55 1A 23 13E 4A 25
Octal 246 31 173 0 125 32 43 476 112 45
Binary 10100110 11001 1111011 0 1010101 11010 100011 100111110 1001010 100101

Color Harmonies of #A6197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6197B

Black with #A6197B

Text Example


Text Example

White with #A6197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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