#A53DE7

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

Shades of Dark Orchid #A53DE7

Tints of Dark Orchid #A53DE7

Color information

#A53DE7 (or 0xA53DE7) is unknown color: approx Dark Orchid. HEX triplet: A5, 3D and E7. RGB value is (165,61,231). Sum of RGB (Red+Green+Blue) = 165+61+231=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #A53DE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DE7 is #5AC218. Grayscale: #6E6E6E. Windows color (decimal): -5947929 or 15154597. OLE color: 15154597.

HSL color Cylindrical-coordinate representation of color #A53DE7: hue angle of 276.71º degrees, saturation: 0.78, 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 #A53DE7 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16561231-
CMYK0.290.7400.09
HSL276.71º77.98%57.25%-
HSV(B)276.71º73.59%90.59%-
XYZ31.6117.1177.24-
YUV111.48195.46166.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 61 (24.22% from 255) = 13.35%
BLUE value IS 231 (90.62% from 255) = 50.55%
R=36.11%
G=13.35%
B=50.55%

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
Decimal165612310.290.7400.09276.7177.9857.25
HexA53DE71D4A091154e39
Octal245753473511201142511671
Binary1010010111110111100111111011001010010011000101011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53DE7; }

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

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

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

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

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

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

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

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