#A93FCD

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

Shades of Dark Orchid #A93FCD

Tints of Dark Orchid #A93FCD

Color information

#A93FCD (or 0xA93FCD) is unknown color: approx Dark Orchid. HEX triplet: A9, 3F and CD. RGB value is (169,63,205). Sum of RGB (Red+Green+Blue) = 169+63+205=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #A93FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FCD is #56C032. Grayscale: #6E6E6E. Windows color (decimal): -5685299 or 13451177. OLE color: 13451177.

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

Color convert

RGB16963205-
CMYK0.180.6900.20
HSL284.79º58.68%52.55%-
HSV(B)284.79º69.27%80.39%-
XYZ29.1616.459.39-
YUV110.88181.12169.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 63 (25% from 255) = 14.42%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=38.67%
G=14.42%
B=46.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169632050.180.6900.20284.7958.6852.55
HexA93FCD124501411d3b35
Octal25177315221050244357365
Binary1010100111111111001101100101000101010100100011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93FCD; }

 p { color: rgb(169,63,205); }

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

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

 a { background-color: rgb(169,63,205); }

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

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

 span { border-color: rgb(169,63,205); }

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