#A527DB

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

Shades of Dark Orchid #A527DB

Tints of Dark Orchid #A527DB

Color information

#A527DB (or 0xA527DB) is unknown color: approx Dark Orchid. HEX triplet: A5, 27 and DB. RGB value is (165,39,219). Sum of RGB (Red+Green+Blue) = 165+39+219=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A527DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527DB is #5AD824. Grayscale: #606060. Windows color (decimal): -5953573 or 14362533. OLE color: 14362533.

HSL color Cylindrical-coordinate representation of color #A527DB: hue angle of 282º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A527DB is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16539219-
CMYK0.250.8200.14
HSL282º71.43%50.59%-
HSV(B)282º82.19%85.88%-
XYZ29.0314.5668.3-
YUV97.19196.74176.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 39 (15.62% from 255) = 9.22%
BLUE value IS 219 (85.94% from 255) = 51.77%
R=39.01%
G=9.22%
B=51.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165392190.250.8200.1428271.4350.59
HexA527DB19520E11a4733
Octal245473333112201643210763
Binary1010010110011111011011110011010010011101000110101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A527DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A527DB; }

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

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

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

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

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

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

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

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