#A527C9

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

Shades of Dark Orchid #A527C9

Tints of Dark Orchid #A527C9

Color information

#A527C9 (or 0xA527C9) is unknown color: approx Dark Orchid. HEX triplet: A5, 27 and C9. RGB value is (165,39,201). Sum of RGB (Red+Green+Blue) = 165+39+201=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #A527C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527C9 is #5AD836. Grayscale: #5E5E5E. Windows color (decimal): -5953591 or 13182885. OLE color: 13182885.

HSL color Cylindrical-coordinate representation of color #A527C9: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A527C9 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16539201-
CMYK0.180.8100.21
HSL286.67º67.5%47.06%-
HSV(B)286.67º80.6%78.82%-
XYZ26.7913.6756.48-
YUV95.14187.74177.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 39 (15.62% from 255) = 9.63%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=40.74%
G=9.63%
B=49.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165392010.180.8100.21286.6767.547.06
HexA527C9125101511f442f
Octal245473112212102543710457
Binary10100101100111110010011001010100010101011000111111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A527C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A527C9; }

 p { color: rgb(165,39,201); }

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

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

 a { background-color: rgb(165,39,201); }

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

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

 span { border-color: rgb(165,39,201); }

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