#A91ABB

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

Shades of Dark Orchid #A91ABB

Tints of Dark Orchid #A91ABB

Color information

#A91ABB (or 0xA91ABB) is unknown color: approx Dark Orchid. HEX triplet: A9, 1A and BB. RGB value is (169,26,187). Sum of RGB (Red+Green+Blue) = 169+26+187=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #A91ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ABB is #56E544. Grayscale: #565656. Windows color (decimal): -5694789 or 12262057. OLE color: 12262057.

HSL color Cylindrical-coordinate representation of color #A91ABB: hue angle of 293.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91ABB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16926187-
CMYK0.100.8600.27
HSL293.29º75.59%41.76%-
HSV(B)293.29º86.1%73.33%-
XYZ25.712.7648.12-
YUV87.11184.38186.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 26 (10.55% from 255) = 6.81%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=44.24%
G=6.81%
B=48.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169261870.100.8600.27293.2975.5941.76
HexA91ABBA5601B1254c2a
Octal251322731212603344511452
Binary101010011101010111011101010101100110111001001011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91ABB; }

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

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

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

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

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

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

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

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