#A52EB9

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

Shades of Dark Orchid #A52EB9

Tints of Dark Orchid #A52EB9

Color information

#A52EB9 (or 0xA52EB9) is unknown color: approx Dark Orchid. HEX triplet: A5, 2E and B9. RGB value is (165,46,185). Sum of RGB (Red+Green+Blue) = 165+46+185=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #A52EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52EB9 is #5AD146. Grayscale: #606060. Windows color (decimal): -5951815 or 12136101. OLE color: 12136101.

HSL color Cylindrical-coordinate representation of color #A52EB9: hue angle of 291.37º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52EB9 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16546185-
CMYK0.110.7500.27
HSL291.37º60.17%45.29%-
HSV(B)291.37º75.14%72.55%-
XYZ25.2513.4647.17-
YUV97.43177.42176.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 46 (18.36% from 255) = 11.62%
BLUE value IS 185 (72.66% from 255) = 46.72%
R=41.67%
G=11.62%
B=46.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165461850.110.7500.27291.3760.1745.29
HexA52EB9B4B01B1233c2d
Octal24556271131130334437455
Binary101001011011101011100110111001011011011100100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52EB9; }

 p { color: rgb(165,46,185); }

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

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

 a { background-color: rgb(165,46,185); }

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

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

 span { border-color: rgb(165,46,185); }

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