#A528E1

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

Shades of Dark Orchid #A528E1

Tints of Dark Orchid #A528E1

Color information

#A528E1 (or 0xA528E1) is unknown color: approx Dark Orchid. HEX triplet: A5, 28 and E1. RGB value is (165,40,225). Sum of RGB (Red+Green+Blue) = 165+40+225=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #A528E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A528E1 is #5AD71E. Grayscale: #616161. Windows color (decimal): -5953311 or 14756005. OLE color: 14756005.

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

Color convert

RGB16540225-
CMYK0.270.8200.12
HSL280.54º75.51%51.96%-
HSV(B)280.54º82.22%88.24%-
XYZ29.8714.9572.55-
YUV98.46199.41175.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 40 (16.02% from 255) = 9.30%
BLUE value IS 225 (88.28% from 255) = 52.33%
R=38.37%
G=9.30%
B=52.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal165402250.270.8200.12280.5475.5151.96
HexA528E11B520C1194c34
Octal245503413312201443111464
Binary1010010110100011100001110111010010011001000110011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A528E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A528E1; }

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

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

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

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

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

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

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

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