#A52BAE

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

Shades of Dark Orchid #A52BAE

Tints of Dark Orchid #A52BAE

Color information

#A52BAE (or 0xA52BAE) is unknown color: approx Dark Orchid. HEX triplet: A5, 2B and AE. RGB value is (165,43,174). Sum of RGB (Red+Green+Blue) = 165+43+174=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #A52BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BAE is #5AD451. Grayscale: #5E5E5E. Windows color (decimal): -5952594 or 11414437. OLE color: 11414437.

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

Color convert

RGB16543174-
CMYK0.050.7500.32
HSL295.88º60.37%42.55%-
HSV(B)295.88º75.29%68.24%-
XYZ24.0212.7841.25-
YUV94.41172.92178.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 43 (17.19% from 255) = 11.26%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=43.19%
G=11.26%
B=45.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165431740.050.7500.32295.8860.3742.55
HexA52BAE54B0201283c2b
Octal2455325651130404507453
Binary101001011010111010111010110010110100000100101000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52BAE; }

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

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

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

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

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

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

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

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