#A93BCA

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

Shades of Dark Orchid #A93BCA

Tints of Dark Orchid #A93BCA

Color information

#A93BCA (or 0xA93BCA) is unknown color: approx Dark Orchid. HEX triplet: A9, 3B and CA. RGB value is (169,59,202). Sum of RGB (Red+Green+Blue) = 169+59+202=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #A93BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BCA is #56C435. Grayscale: #6B6B6B. Windows color (decimal): -5686326 or 13253545. OLE color: 13253545.

HSL color Cylindrical-coordinate representation of color #A93BCA: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93BCA is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16959202-
CMYK0.160.7100.21
HSL286.15º57.43%51.18%-
HSV(B)286.15º70.79%79.22%-
XYZ28.5915.8357.43-
YUV108.19180.94171.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 59 (23.44% from 255) = 13.72%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=39.30%
G=13.72%
B=46.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169592020.160.7100.21286.1557.4351.18
HexA93BCA104701511e3933
Octal25173312201070254367163
Binary1010100111101111001010100001000111010101100011110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93BCA; }

 p { color: rgb(169,59,202); }

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

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

 a { background-color: rgb(169,59,202); }

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

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

 span { border-color: rgb(169,59,202); }

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