#A51EB1

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

Shades of Dark Orchid #A51EB1

Tints of Dark Orchid #A51EB1

Color information

#A51EB1 (or 0xA51EB1) is unknown color: approx Dark Orchid. HEX triplet: A5, 1E and B1. RGB value is (165,30,177). Sum of RGB (Red+Green+Blue) = 165+30+177=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #A51EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51EB1 is #5AE14E. Grayscale: #565656. Windows color (decimal): -5955919 or 11607717. OLE color: 11607717.

HSL color Cylindrical-coordinate representation of color #A51EB1: hue angle of 295.1º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51EB1 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16530177-
CMYK0.070.8300.31
HSL295.1º71.01%40.59%-
HSV(B)295.1º83.05%69.41%-
XYZ23.9212.142.67-
YUV87.12178.73183.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=44.35%
G=8.06%
B=47.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165301770.070.8300.31295.171.0140.59
HexA51EB175301F1274729
Octal24536261712303744710751
Binary10100101111101011000111110100110111111001001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51EB1; }

 p { color: rgb(165,30,177); }

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

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

 a { background-color: rgb(165,30,177); }

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

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

 span { border-color: rgb(165,30,177); }

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