#A52EAA

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

Shades of Dark Orchid #A52EAA

Tints of Dark Orchid #A52EAA

Color information

#A52EAA (or 0xA52EAA) is unknown color: approx Dark Orchid. HEX triplet: A5, 2E and AA. RGB value is (165,46,170). Sum of RGB (Red+Green+Blue) = 165+46+170=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #A52EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52EAA is #5AD155. Grayscale: #5F5F5F. Windows color (decimal): -5951830 or 11153061. OLE color: 11153061.

HSL color Cylindrical-coordinate representation of color #A52EAA: hue angle of 297.58º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52EAA is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16546170-
CMYK0.030.7300.33
HSL297.58º57.41%42.35%-
HSV(B)297.58º72.94%66.67%-
XYZ23.7512.8639.26-
YUV95.72169.92177.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 46 (18.36% from 255) = 12.07%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=43.31%
G=12.07%
B=44.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165461700.030.7300.33297.5857.4142.35
HexA52EAA34902112a392a
Octal2455625231110414527152
Binary10100101101110101010101110010010100001100101010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52EAA; }

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

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

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

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

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

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

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

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