#A51FD2

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

Shades of Dark Orchid #A51FD2

Tints of Dark Orchid #A51FD2

Color information

#A51FD2 (or 0xA51FD2) is unknown color: approx Dark Orchid. HEX triplet: A5, 1F and D2. RGB value is (165,31,210). Sum of RGB (Red+Green+Blue) = 165+31+210=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 210 (82.42% from 255 or 51.72% from 406); Max value from RGB is 210 - color contains mainly: blue. Hex color #A51FD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FD2 is #5AE02D. Grayscale: #5A5A5A. Windows color (decimal): -5955630 or 13770661. OLE color: 13770661.

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

Color convert

RGB16531210-
CMYK0.210.8500.18
HSL284.92º74.27%47.25%-
HSV(B)284.92º85.24%82.35%-
XYZ27.6413.6362.15-
YUV91.47194.89180.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 31 (12.5% from 255) = 7.64%
BLUE value IS 210 (82.42% from 255) = 51.72%
R=40.64%
G=7.64%
B=51.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165312100.210.8500.18284.9274.2747.25
HexA51FD2155501211d4a2f
Octal245373222512502243511257
Binary1010010111111110100101010110101010100101000111011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51FD2; }

 p { color: rgb(165,31,210); }

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

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

 a { background-color: rgb(165,31,210); }

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

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

 span { border-color: rgb(165,31,210); }

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