#a81ca6

Color #A81CA6 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A81CA6

Tints of Dark Magenta #A81CA6

Color information

#A81CA6 (or 0xA81CA6) is unknown color: approx Dark Magenta. HEX triplet: A8, 1C and A6. RGB value is (168,28,166). Sum of RGB (Red+Green+Blue) = 168+28+166=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A81CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81CA6 is #57E359. Grayscale: #555555. Windows color (decimal): -5759834 or 10886312. OLE color: 10886312.

HSL color Cylindrical-coordinate representation of color #A81CA6: hue angle of 300.86º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81CA6 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16828166-
CMYK00.830.010.34
HSL300.86º71.43%38.43%-
HSV(B)300.86º83.33%65.88%-
XYZ23.4511.9137.14-
YUV85.59173.38186.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 28 (11.33% from 255) = 7.73%
BLUE value IS 166 (65.23% from 255) = 45.86%
R=46.41%
G=7.73%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682816600.830.010.34300.8671.4338.43
HexA81CA605312212d4726
Octal25034246012314245510746
Binary1010100011100101001100101001111000101001011011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81ca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81ca6; }

 p { color: rgb(168,28,166); }

 H1.HeaderClassName
 {
   color: #a81ca6;
 }
 .AnyTagClassName
 {
   color: #a81ca6;
 }
</style>
background-color css

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

 a { background-color: rgb(168,28,166); }

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

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

 span { border-color: rgb(168,28,166); }

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