#A518BA

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

Shades of Dark Orchid #A518BA

Tints of Dark Orchid #A518BA

Color information

#A518BA (or 0xA518BA) is unknown color: approx Dark Orchid. HEX triplet: A5, 18 and BA. RGB value is (165,24,186). Sum of RGB (Red+Green+Blue) = 165+24+186=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #A518BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A518BA is #5AE745. Grayscale: #545454. Windows color (decimal): -5957446 or 12196005. OLE color: 12196005.

HSL color Cylindrical-coordinate representation of color #A518BA: hue angle of 292.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A518BA is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16524186-
CMYK0.110.8700.27
HSL292.22º77.14%41.18%-
HSV(B)292.22º87.1%72.94%-
XYZ24.7112.247.51-
YUV84.63185.21185.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 24 (9.77% from 255) = 6.4%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=44%
G=6.4%
B=49.6%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165241860.110.8700.27292.2277.1441.18
HexA518BAB5701B1244d29
Octal245302721312703344411551
Binary101001011100010111010101110101110110111001001001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A518BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A518BA; }

 p { color: rgb(165,24,186); }

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

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

 a { background-color: rgb(165,24,186); }

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

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

 span { border-color: rgb(165,24,186); }

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