#A61CAD

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

Shades of Dark Orchid #A61CAD

Tints of Dark Orchid #A61CAD

Color information

#A61CAD (or 0xA61CAD) is unknown color: approx Dark Orchid. HEX triplet: A6, 1C and AD. RGB value is (166,28,173). Sum of RGB (Red+Green+Blue) = 166+28+173=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #A61CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61CAD is #59E352. Grayscale: #555555. Windows color (decimal): -5890899 or 11345062. OLE color: 11345062.

HSL color Cylindrical-coordinate representation of color #A61CAD: hue angle of 297.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61CAD is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16628173-
CMYK0.040.8400.32
HSL297.1º72.14%39.41%-
HSV(B)297.1º83.82%67.84%-
XYZ23.6811.9540.59-
YUV85.79177.22185.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.23%
GREEN value IS 28 (11.33% from 255) = 7.63%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=45.23%
G=7.63%
B=47.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166281730.040.8400.32297.172.1439.41
HexA61CAD4540201294827
Octal24634255412404045111047
Binary101001101110010101101100101010001000001001010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61CAD; }

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

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

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

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

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

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

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

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