#A53CCE

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

Shades of Dark Orchid #A53CCE

Tints of Dark Orchid #A53CCE

Color information

#A53CCE (or 0xA53CCE) is unknown color: approx Dark Orchid. HEX triplet: A5, 3C and CE. RGB value is (165,60,206). Sum of RGB (Red+Green+Blue) = 165+60+206=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #A53CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CCE is #5AC331. Grayscale: #6B6B6B. Windows color (decimal): -5948210 or 13515941. OLE color: 13515941.

HSL color Cylindrical-coordinate representation of color #A53CCE: hue angle of 283.15º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53CCE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16560206-
CMYK0.200.7100.19
HSL283.15º59.84%52.16%-
HSV(B)283.15º70.87%80.78%-
XYZ28.2715.6959.93-
YUV108.04183.29168.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.28%
GREEN value IS 60 (23.83% from 255) = 13.92%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=38.28%
G=13.92%
B=47.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165602060.200.7100.19283.1559.8452.16
HexA53CCE144701311b3c34
Octal24574316241070234337464
Binary1010010111110011001110101001000111010011100011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53CCE; }

 p { color: rgb(165,60,206); }

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

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

 a { background-color: rgb(165,60,206); }

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

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

 span { border-color: rgb(165,60,206); }

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