#A93AD3

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

Shades of Dark Orchid #A93AD3

Tints of Dark Orchid #A93AD3

Color information

#A93AD3 (or 0xA93AD3) is unknown color: approx Dark Orchid. HEX triplet: A9, 3A and D3. RGB value is (169,58,211). Sum of RGB (Red+Green+Blue) = 169+58+211=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #A93AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AD3 is #56C52C. Grayscale: #6C6C6C. Windows color (decimal): -5686573 or 13843113. OLE color: 13843113.

HSL color Cylindrical-coordinate representation of color #A93AD3: hue angle of 283.53º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93AD3 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16958211-
CMYK0.200.7300.17
HSL283.53º63.49%52.75%-
HSV(B)283.53º72.51%82.75%-
XYZ29.6316.1663.19-
YUV108.63185.77171.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 58 (23.05% from 255) = 13.24%
BLUE value IS 211 (82.81% from 255) = 48.17%
R=38.58%
G=13.24%
B=48.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169582110.200.7300.17283.5363.4952.75
HexA93AD3144901111c3f35
Octal25172323241110214347765
Binary1010100111101011010011101001001001010001100011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93AD3; }

 p { color: rgb(169,58,211); }

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

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

 a { background-color: rgb(169,58,211); }

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

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

 span { border-color: rgb(169,58,211); }

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