#A61AC5

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

Shades of Dark Orchid #A61AC5

Tints of Dark Orchid #A61AC5

Color information

#A61AC5 (or 0xA61AC5) is unknown color: approx Dark Orchid. HEX triplet: A6, 1A and C5. RGB value is (166,26,197). Sum of RGB (Red+Green+Blue) = 166+26+197=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #A61AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61AC5 is #59E53A. Grayscale: #565656. Windows color (decimal): -5891387 or 12917414. OLE color: 12917414.

HSL color Cylindrical-coordinate representation of color #A61AC5: hue angle of 289.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61AC5 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16626197-
CMYK0.160.8700.23
HSL289.12º76.68%43.73%-
HSV(B)289.12º86.8%77.25%-
XYZ26.1712.8853.93-
YUV87.35189.88184.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 26 (10.55% from 255) = 6.68%
BLUE value IS 197 (77.34% from 255) = 50.64%
R=42.67%
G=6.68%
B=50.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166261970.160.8700.23289.1276.6843.73
HexA61AC510570171214d2c
Octal246323052012702744111554
Binary1010011011010110001011000010101110101111001000011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61AC5; }

 p { color: rgb(166,26,197); }

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

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

 a { background-color: rgb(166,26,197); }

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

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

 span { border-color: rgb(166,26,197); }

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