#A53ACA

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

Shades of Dark Orchid #A53ACA

Tints of Dark Orchid #A53ACA

Color information

#A53ACA (or 0xA53ACA) is unknown color: approx Dark Orchid. HEX triplet: A5, 3A and CA. RGB value is (165,58,202). Sum of RGB (Red+Green+Blue) = 165+58+202=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #A53ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ACA is #5AC535. Grayscale: #696969. Windows color (decimal): -5948726 or 13253285. OLE color: 13253285.

HSL color Cylindrical-coordinate representation of color #A53ACA: hue angle of 284.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53ACA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16558202-
CMYK0.180.7100.21
HSL284.58º57.6%50.98%-
HSV(B)284.58º71.29%79.22%-
XYZ27.6915.2957.37-
YUV106.41181.95169.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 58 (23.05% from 255) = 13.65%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=38.82%
G=13.65%
B=47.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165582020.180.7100.21284.5857.650.98
HexA53ACA124701511d3a33
Octal24572312221070254357263
Binary1010010111101011001010100101000111010101100011101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53ACA; }

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

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

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

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

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

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

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

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