#A91DB1

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

Shades of Dark Orchid #A91DB1

Tints of Dark Orchid #A91DB1

Color information

#A91DB1 (or 0xA91DB1) is unknown color: approx Dark Orchid. HEX triplet: A9, 1D and B1. RGB value is (169,29,177). Sum of RGB (Red+Green+Blue) = 169+29+177=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #A91DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91DB1 is #56E24E. Grayscale: #575757. Windows color (decimal): -5694031 or 11607465. OLE color: 11607465.

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

Color convert

RGB16929177-
CMYK0.050.8400.31
HSL296.76º71.84%40.39%-
HSV(B)296.76º83.62%69.41%-
XYZ24.7412.4942.7-
YUV87.73178.38185.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 29 (11.72% from 255) = 7.73%
BLUE value IS 177 (69.53% from 255) = 47.2%
R=45.07%
G=7.73%
B=47.2%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169291770.050.8400.31296.7671.8440.39
HexA91DB155401F1294828
Octal25135261512403745111050
Binary10101001111011011000110110101000111111001010011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91DB1; }

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

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

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

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

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

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

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

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