#a51eb7

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

Shades of Dark Orchid #A51EB7

Tints of Dark Orchid #A51EB7

Color information

#A51EB7 (or 0xA51EB7) is unknown color: approx Dark Orchid. HEX triplet: A5, 1E and B7. RGB value is (165,30,183). Sum of RGB (Red+Green+Blue) = 165+30+183=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #A51EB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EB7 is #5AE148. Grayscale: #575757. Windows color (decimal): -5955913 or 12000933. OLE color: 12000933.

HSL color Cylindrical-coordinate representation of color #A51EB7: hue angle of 292.94º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51EB7 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16530183-
CMYK0.100.8400.28
HSL292.94º71.83%41.76%-
HSV(B)292.94º83.61%71.76%-
XYZ24.5312.3545.89-
YUV87.81181.73183.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 30 (12.11% from 255) = 7.94%
BLUE value IS 183 (71.88% from 255) = 48.41%
R=43.65%
G=7.94%
B=48.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal165301830.100.8400.28292.9471.8341.76
HexA51EB7A5401C125482a
Octal245362671212403444511052
Binary101001011111010110111101010101000111001001001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51eb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51eb7; }

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

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

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

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

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

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

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

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