#A620AA

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

Shades of Dark Orchid #A620AA

Tints of Dark Orchid #A620AA

Color information

#A620AA (or 0xA620AA) is unknown color: approx Dark Orchid. HEX triplet: A6, 20 and AA. RGB value is (166,32,170). Sum of RGB (Red+Green+Blue) = 166+32+170=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #A620AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A620AA is #59DF55. Grayscale: #575757. Windows color (decimal): -5889878 or 11149478. OLE color: 11149478.

HSL color Cylindrical-coordinate representation of color #A620AA: hue angle of 298.26º 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 #A620AA is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16632170-
CMYK0.020.8100.33
HSL298.26º68.32%39.61%-
HSV(B)298.26º81.18%66.67%-
XYZ23.512.0439.12-
YUV87.8174.39183.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=45.11%
G=8.70%
B=46.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166321700.020.8100.33298.2668.3239.61
HexA620AA25102112a4428
Octal24640252212104145210450
Binary101001101000001010101010101000101000011001010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A620AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A620AA; }

 p { color: rgb(166,32,170); }

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

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

 a { background-color: rgb(166,32,170); }

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

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

 span { border-color: rgb(166,32,170); }

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