#A53ABD

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

Shades of Dark Orchid #A53ABD

Tints of Dark Orchid #A53ABD

Color information

#A53ABD (or 0xA53ABD) is unknown color: approx Dark Orchid. HEX triplet: A5, 3A and BD. RGB value is (165,58,189). Sum of RGB (Red+Green+Blue) = 165+58+189=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #A53ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ABD is #5AC542. Grayscale: #686868. Windows color (decimal): -5948739 or 12401317. OLE color: 12401317.

HSL color Cylindrical-coordinate representation of color #A53ABD: hue angle of 289.01º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53ABD is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16558189-
CMYK0.130.6900.26
HSL289.01º53.04%48.43%-
HSV(B)289.01º69.31%74.12%-
XYZ26.2214.749.6-
YUV104.93175.45170.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 58 (23.05% from 255) = 14.08%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=40.05%
G=14.08%
B=45.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165581890.130.6900.26289.0153.0448.43
HexA53ABDD4501A1213530
Octal24572275151050324416560
Binary101001011110101011110111011000101011010100100001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53ABD; }

 p { color: rgb(165,58,189); }

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

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

 a { background-color: rgb(165,58,189); }

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

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

 span { border-color: rgb(165,58,189); }

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