#A91AB1

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

Shades of Dark Orchid #A91AB1

Tints of Dark Orchid #A91AB1

Color information

#A91AB1 (or 0xA91AB1) is unknown color: approx Dark Orchid. HEX triplet: A9, 1A and B1. RGB value is (169,26,177). Sum of RGB (Red+Green+Blue) = 169+26+177=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 26 (10.55% from 255 or 6.99% 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 #A91AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AB1 is #56E54E. Grayscale: #555555. Windows color (decimal): -5694799 or 11606697. OLE color: 11606697.

HSL color Cylindrical-coordinate representation of color #A91AB1: hue angle of 296.82º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91AB1 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16926177-
CMYK0.050.8500.31
HSL296.82º74.38%39.8%-
HSV(B)296.82º85.31%69.41%-
XYZ24.6712.3542.68-
YUV85.97179.38187.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 26 (10.55% from 255) = 6.99%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=45.43%
G=6.99%
B=47.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169261770.050.8500.31296.8274.3839.8
HexA91AB155501F1294a28
Octal25132261512503745111250
Binary10101001110101011000110110101010111111001010011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91AB1; }

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

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

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

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

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

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

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

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