Html Css Color HEX #A6187C Dark Purple

📋 copy color: '#A6187C'

red 166 ◦ green 24 ◦ blue 124

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

Shades of Dark Purple #A6187C

Tints of Dark Purple #A6187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 52.87%
G = 7.64%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6187C (or 0xA6187C) is known color: Dark Purple. HEX triplet: A6, 18 and 7C. RGB value is (166,24,124). Sum of RGB (Red+Green+Blue) = 166+24+124=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6187C is #59E783. Grayscale: #4D4D4D. Windows color (decimal): -5891972 or 8132774. OLE color: 8132774.

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

Color convert

RGB 166 24 124 -
CMYK 0 0.86 0.25 0.35
HSL 317.75º 0.75% 0.37% -
HSV(B) 317.75º 0.86% 0.65% -
XYZ 19.69 10.22 20 -
YUV 77.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 166 24 124 0 0.86 0.25 0.35 317.75 0.75 0.37
Hex A6 18 7C 0 56 19 23 13E 4B 25
Octal 246 30 174 0 126 31 43 476 113 45
Binary 10100110 11000 1111100 0 1010110 11001 100011 100111110 1001011 100101

Color Harmonies of #A6187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6187C

Black with #A6187C

Text Example


Text Example

White with #A6187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6187C; }

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

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

background-color css

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

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

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

border-color css

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

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

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