#A621A7

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

Shades of Dark Orchid #A621A7

Tints of Dark Orchid #A621A7

Color information

#A621A7 (or 0xA621A7) is unknown color: approx Dark Orchid. HEX triplet: A6, 21 and A7. RGB value is (166,33,167). Sum of RGB (Red+Green+Blue) = 166+33+167=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 167 - color contains mainly: blue. Hex color #A621A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A621A7 is #59DE58. Grayscale: #575757. Windows color (decimal): -5889625 or 10953126. OLE color: 10953126.

HSL color Cylindrical-coordinate representation of color #A621A7: hue angle of 299.55º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A621A7 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16633167-
CMYK0.010.8000.35
HSL299.55º67%39.22%-
HSV(B)299.55º80.24%65.49%-
XYZ23.2411.9837.65-
YUV88.04172.56183.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 167 (65.62% from 255) = 45.63%
R=45.36%
G=9.02%
B=45.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166331670.010.8000.35299.556739.22
HexA621A715002312c4327
Octal24641247112004345410347
Binary10100110100001101001111101000001000111001011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A621A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A621A7; }

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

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

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

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

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

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

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

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