#A51AD8

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

Shades of Dark Orchid #A51AD8

Tints of Dark Orchid #A51AD8

Color information

#A51AD8 (or 0xA51AD8) is unknown color: approx Dark Orchid. HEX triplet: A5, 1A and D8. RGB value is (165,26,216). Sum of RGB (Red+Green+Blue) = 165+26+216=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #A51AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51AD8 is #5AE527. Grayscale: #585858. Windows color (decimal): -5956904 or 14162597. OLE color: 14162597.

HSL color Cylindrical-coordinate representation of color #A51AD8: hue angle of 283.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51AD8 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16526216-
CMYK0.240.8800.15
HSL283.89º78.51%47.45%-
HSV(B)283.89º87.96%84.71%-
XYZ28.2813.766.12-
YUV89.22199.55182.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 26 (10.55% from 255) = 6.39%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=40.54%
G=6.39%
B=53.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165262160.240.8800.15283.8978.5147.45
HexA51AD818580F11c4f2f
Octal245323303013001743411757
Binary101001011101011011000110001011000011111000111001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51AD8; }

 p { color: rgb(165,26,216); }

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

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

 a { background-color: rgb(165,26,216); }

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

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

 span { border-color: rgb(165,26,216); }

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