#A53FC1

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

Shades of Dark Orchid #A53FC1

Tints of Dark Orchid #A53FC1

Color information

#A53FC1 (or 0xA53FC1) is unknown color: approx Dark Orchid. HEX triplet: A5, 3F and C1. RGB value is (165,63,193). Sum of RGB (Red+Green+Blue) = 165+63+193=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #A53FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FC1 is #5AC03E. Grayscale: #6B6B6B. Windows color (decimal): -5947455 or 12664741. OLE color: 12664741.

HSL color Cylindrical-coordinate representation of color #A53FC1: hue angle of 287.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53FC1 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16563193-
CMYK0.150.6700.24
HSL287.08º51.18%50.2%-
HSV(B)287.08º67.36%75.69%-
XYZ26.9215.452.01-
YUV108.32175.79168.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 63 (25% from 255) = 14.96%
BLUE value IS 193 (75.78% from 255) = 45.84%
R=39.19%
G=14.96%
B=45.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165631930.150.6700.24287.0851.1850.2
HexA53FC1F4301811f3332
Octal24577301171030304376362
Binary101001011111111100000111111000011011000100011111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53FC1; }

 p { color: rgb(165,63,193); }

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

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

 a { background-color: rgb(165,63,193); }

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

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

 span { border-color: rgb(165,63,193); }

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