#A916B0

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

Shades of Dark Orchid #A916B0

Tints of Dark Orchid #A916B0

Color information

#A916B0 (or 0xA916B0) is unknown color: approx Dark Orchid. HEX triplet: A9, 16 and B0. RGB value is (169,22,176). Sum of RGB (Red+Green+Blue) = 169+22+176=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #A916B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A916B0 is #56E94F. Grayscale: #535353. Windows color (decimal): -5695824 or 11540137. OLE color: 11540137.

HSL color Cylindrical-coordinate representation of color #A916B0: hue angle of 297.27º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A916B0 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16922176-
CMYK0.040.8800.31
HSL297.27º77.78%38.82%-
HSV(B)297.27º87.5%69.02%-
XYZ24.4912.1442.13-
YUV83.51180.2188.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 176 (69.14% from 255) = 47.96%
R=46.05%
G=5.99%
B=47.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169221760.040.8800.31297.2777.7838.82
HexA916B045801F1294e27
Octal25126260413003745111647
Binary10101001101101011000010010110000111111001010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A916B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A916B0; }

 p { color: rgb(169,22,176); }

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

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

 a { background-color: rgb(169,22,176); }

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

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

 span { border-color: rgb(169,22,176); }

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