#A91AAD

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

Shades of Dark Orchid #A91AAD

Tints of Dark Orchid #A91AAD

Color information

#A91AAD (or 0xA91AAD) is unknown color: approx Dark Orchid. HEX triplet: A9, 1A and AD. RGB value is (169,26,173). Sum of RGB (Red+Green+Blue) = 169+26+173=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #A91AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91AAD is #56E552. Grayscale: #555555. Windows color (decimal): -5694803 or 11344553. OLE color: 11344553.

HSL color Cylindrical-coordinate representation of color #A91AAD: hue angle of 298.37º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91AAD is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16926173-
CMYK0.020.8500.32
HSL298.37º73.87%39.02%-
HSV(B)298.37º84.97%67.84%-
XYZ24.2712.1940.61-
YUV85.51177.38187.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 26 (10.55% from 255) = 7.07%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=45.92%
G=7.07%
B=47.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169261730.020.8500.32298.3773.8739.02
HexA91AAD25502012a4a27
Octal25132255212504045211247
Binary10101001110101010110110101010101000001001010101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91AAD; }

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

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

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

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

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

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

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

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