#A621AC

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

Shades of Dark Orchid #A621AC

Tints of Dark Orchid #A621AC

Color information

#A621AC (or 0xA621AC) is unknown color: approx Dark Orchid. HEX triplet: A6, 21 and AC. RGB value is (166,33,172). Sum of RGB (Red+Green+Blue) = 166+33+172=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A621AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A621AC is #59DE53. Grayscale: #585858. Windows color (decimal): -5889620 or 11280806. OLE color: 11280806.

HSL color Cylindrical-coordinate representation of color #A621AC: hue angle of 297.41º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A621AC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16633172-
CMYK0.030.8100.33
HSL297.41º67.8%40.2%-
HSV(B)297.41º80.81%67.45%-
XYZ23.7212.1740.13-
YUV88.61175.06183.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 33 (13.28% from 255) = 8.89%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=44.74%
G=8.89%
B=46.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166331720.030.8100.33297.4167.840.2
HexA621AC3510211294428
Octal24641254312104145110450
Binary101001101000011010110011101000101000011001010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A621AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A621AC; }

 p { color: rgb(166,33,172); }

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

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

 a { background-color: rgb(166,33,172); }

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

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

 span { border-color: rgb(166,33,172); }

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