#A52AE1

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

Shades of Dark Orchid #A52AE1

Tints of Dark Orchid #A52AE1

Color information

#A52AE1 (or 0xA52AE1) is unknown color: approx Dark Orchid. HEX triplet: A5, 2A and E1. RGB value is (165,42,225). Sum of RGB (Red+Green+Blue) = 165+42+225=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #A52AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52AE1 is #5AD51E. Grayscale: #636363. Windows color (decimal): -5952799 or 14756517. OLE color: 14756517.

HSL color Cylindrical-coordinate representation of color #A52AE1: hue angle of 280.33º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52AE1 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16542225-
CMYK0.270.8100.12
HSL280.33º75.31%52.35%-
HSV(B)280.33º81.33%88.24%-
XYZ29.9415.0972.57-
YUV99.64198.75174.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.19%
GREEN value IS 42 (16.80% from 255) = 9.72%
BLUE value IS 225 (88.28% from 255) = 52.08%
R=38.19%
G=9.72%
B=52.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165422250.270.8100.12280.3375.3152.35
HexA52AE11B510C1184b34
Octal245523413312101443011364
Binary1010010110101011100001110111010001011001000110001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52AE1; }

 p { color: rgb(165,42,225); }

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

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

 a { background-color: rgb(165,42,225); }

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

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

 span { border-color: rgb(165,42,225); }

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