#A93CD2

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

Shades of Dark Orchid #A93CD2

Tints of Dark Orchid #A93CD2

Color information

#A93CD2 (or 0xA93CD2) is unknown color: approx Dark Orchid. HEX triplet: A9, 3C and D2. RGB value is (169,60,210). Sum of RGB (Red+Green+Blue) = 169+60+210=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #A93CD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CD2 is #56C32D. Grayscale: #6D6D6D. Windows color (decimal): -5686062 or 13778089. OLE color: 13778089.

HSL color Cylindrical-coordinate representation of color #A93CD2: hue angle of 283.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93CD2 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16960210-
CMYK0.200.7100.18
HSL283.6º62.5%52.94%-
HSV(B)283.6º71.43%82.35%-
XYZ29.6116.3262.56-
YUV109.69184.61170.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 60 (23.83% from 255) = 13.67%
BLUE value IS 210 (82.42% from 255) = 47.84%
R=38.50%
G=13.67%
B=47.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169602100.200.7100.18283.662.552.94
HexA93CD2144701211c3e35
Octal25174322241070224347665
Binary1010100111110011010010101001000111010010100011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93CD2; }

 p { color: rgb(169,60,210); }

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

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

 a { background-color: rgb(169,60,210); }

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

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

 span { border-color: rgb(169,60,210); }

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