#A53DBE

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

Shades of Dark Orchid #A53DBE

Tints of Dark Orchid #A53DBE

Color information

#A53DBE (or 0xA53DBE) is unknown color: approx Dark Orchid. HEX triplet: A5, 3D and BE. RGB value is (165,61,190). Sum of RGB (Red+Green+Blue) = 165+61+190=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #A53DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DBE is #5AC241. Grayscale: #6A6A6A. Windows color (decimal): -5947970 or 12467621. OLE color: 12467621.

HSL color Cylindrical-coordinate representation of color #A53DBE: hue angle of 288.37º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53DBE is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16561190-
CMYK0.130.6800.25
HSL288.37º51.39%49.22%-
HSV(B)288.37º67.89%74.51%-
XYZ26.4815.0550.23-
YUV106.8174.96169.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 61 (24.22% from 255) = 14.66%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=39.66%
G=14.66%
B=45.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165611900.130.6800.25288.3751.3949.22
HexA53DBED440191203331
Octal24575276151040314406361
Binary101001011111011011111011011000100011001100100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DBE; }

 p { color: rgb(165,61,190); }

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

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

 a { background-color: rgb(165,61,190); }

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

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

 span { border-color: rgb(165,61,190); }

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