#A51AC5

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

Shades of Dark Orchid #A51AC5

Tints of Dark Orchid #A51AC5

Color information

#A51AC5 (or 0xA51AC5) is unknown color: approx Dark Orchid. HEX triplet: A5, 1A and C5. RGB value is (165,26,197). Sum of RGB (Red+Green+Blue) = 165+26+197=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #A51AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51AC5 is #5AE53A. Grayscale: #565656. Windows color (decimal): -5956923 or 12917413. OLE color: 12917413.

HSL color Cylindrical-coordinate representation of color #A51AC5: hue angle of 288.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51AC5 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16526197-
CMYK0.160.8700.23
HSL288.77º76.68%43.73%-
HSV(B)288.77º86.8%77.25%-
XYZ25.9612.7753.92-
YUV87.06190.05183.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 26 (10.55% from 255) = 6.70%
BLUE value IS 197 (77.34% from 255) = 50.77%
R=42.53%
G=6.70%
B=50.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165261970.160.8700.23288.7776.6843.73
HexA51AC510570171214d2c
Octal245323052012702744111554
Binary1010010111010110001011000010101110101111001000011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51AC5; }

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

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

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

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

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

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

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

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