#A52FAE

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

Shades of Dark Orchid #A52FAE

Tints of Dark Orchid #A52FAE

Color information

#A52FAE (or 0xA52FAE) is unknown color: approx Dark Orchid. HEX triplet: A5, 2F and AE. RGB value is (165,47,174). Sum of RGB (Red+Green+Blue) = 165+47+174=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #A52FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52FAE is #5AD051. Grayscale: #606060. Windows color (decimal): -5951570 or 11415461. OLE color: 11415461.

HSL color Cylindrical-coordinate representation of color #A52FAE: hue angle of 295.75º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52FAE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16547174-
CMYK0.050.7300.32
HSL295.75º57.47%43.33%-
HSV(B)295.75º72.99%68.24%-
XYZ24.1713.0941.3-
YUV96.76171.59176.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 47 (18.75% from 255) = 12.18%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=42.75%
G=12.18%
B=45.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165471740.050.7300.32295.7557.4743.33
HexA52FAE549020128392b
Octal2455725651110404507153
Binary101001011011111010111010110010010100000100101000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52FAE; }

 p { color: rgb(165,47,174); }

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

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

 a { background-color: rgb(165,47,174); }

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

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

 span { border-color: rgb(165,47,174); }

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