#A53DE8

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

Shades of Dark Orchid #A53DE8

Tints of Dark Orchid #A53DE8

Color information

#A53DE8 (or 0xA53DE8) is unknown color: approx Dark Orchid. HEX triplet: A5, 3D and E8. RGB value is (165,61,232). Sum of RGB (Red+Green+Blue) = 165+61+232=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #A53DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DE8 is #5AC217. Grayscale: #6F6F6F. Windows color (decimal): -5947928 or 15220133. OLE color: 15220133.

HSL color Cylindrical-coordinate representation of color #A53DE8: hue angle of 276.49º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53DE8 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16561232-
CMYK0.290.7400.09
HSL276.49º78.8%57.45%-
HSV(B)276.49º73.71%90.98%-
XYZ31.7517.1677.98-
YUV111.59195.96166.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 61 (24.22% from 255) = 13.32%
BLUE value IS 232 (91.02% from 255) = 50.66%
R=36.03%
G=13.32%
B=50.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165612320.290.7400.09276.4978.857.45
HexA53DE81D4A091144f39
Octal245753503511201142411771
Binary1010010111110111101000111011001010010011000101001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DE8; }

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

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

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

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

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

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

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

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