#A915B1

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

Shades of Dark Orchid #A915B1

Tints of Dark Orchid #A915B1

Color information

#A915B1 (or 0xA915B1) is unknown color: approx Dark Orchid. HEX triplet: A9, 15 and B1. RGB value is (169,21,177). Sum of RGB (Red+Green+Blue) = 169+21+177=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #A915B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A915B1 is #56EA4E. Grayscale: #525252. Windows color (decimal): -5696079 or 11605417. OLE color: 11605417.

HSL color Cylindrical-coordinate representation of color #A915B1: hue angle of 296.92º degrees, saturation: 0.79, 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 #A915B1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16921177-
CMYK0.050.8800.31
HSL296.92º78.79%38.82%-
HSV(B)296.92º88.14%69.41%-
XYZ24.5712.1542.64-
YUV83.04181.03189.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 21 (8.59% from 255) = 5.72%
BLUE value IS 177 (69.53% from 255) = 48.23%
R=46.05%
G=5.72%
B=48.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169211770.050.8800.31296.9278.7938.82
HexA915B155801F1294f27
Octal25125261513003745111747
Binary10101001101011011000110110110000111111001010011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A915B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A915B1; }

 p { color: rgb(169,21,177); }

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

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

 a { background-color: rgb(169,21,177); }

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

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

 span { border-color: rgb(169,21,177); }

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