#A93EC7

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

Shades of Dark Orchid #A93EC7

Tints of Dark Orchid #A93EC7

Color information

#A93EC7 (or 0xA93EC7) is unknown color: approx Dark Orchid. HEX triplet: A9, 3E and C7. RGB value is (169,62,199). Sum of RGB (Red+Green+Blue) = 169+62+199=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #A93EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93EC7 is #56C138. Grayscale: #6D6D6D. Windows color (decimal): -5685561 or 13057705. OLE color: 13057705.

HSL color Cylindrical-coordinate representation of color #A93EC7: hue angle of 286.86º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93EC7 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16962199-
CMYK0.150.6900.22
HSL286.86º55.02%51.18%-
HSV(B)286.86º68.84%78.04%-
XYZ28.391655.63-
YUV109.61178.45170.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 62 (24.61% from 255) = 14.42%
BLUE value IS 199 (78.12% from 255) = 46.28%
R=39.30%
G=14.42%
B=46.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169621990.150.6900.22286.8655.0251.18
HexA93EC7F4501611f3733
Octal25176307171050264376763
Binary101010011111101100011111111000101010110100011111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93EC7; }

 p { color: rgb(169,62,199); }

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

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

 a { background-color: rgb(169,62,199); }

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

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

 span { border-color: rgb(169,62,199); }

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