#A53AB3

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

Shades of Dark Orchid #A53AB3

Tints of Dark Orchid #A53AB3

Color information

#A53AB3 (or 0xA53AB3) is unknown color: approx Dark Orchid. HEX triplet: A5, 3A and B3. RGB value is (165,58,179). Sum of RGB (Red+Green+Blue) = 165+58+179=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #A53AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AB3 is #5AC54C. Grayscale: #676767. Windows color (decimal): -5948749 or 11745957. OLE color: 11745957.

HSL color Cylindrical-coordinate representation of color #A53AB3: hue angle of 293.06º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53AB3 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16558179-
CMYK0.080.6800.30
HSL293.06º51.05%46.47%-
HSV(B)293.06º67.6%70.2%-
XYZ25.1714.2844.08-
YUV103.79170.45171.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 58 (23.05% from 255) = 14.43%
BLUE value IS 179 (70.31% from 255) = 44.53%
R=41.04%
G=14.43%
B=44.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165581790.080.6800.30293.0651.0546.47
HexA53AB384401E125332e
Octal24572263101040364456356
Binary101001011110101011001110001000100011110100100101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53AB3; }

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

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

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

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

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

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

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

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