#A91FAD

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

Shades of Dark Orchid #A91FAD

Tints of Dark Orchid #A91FAD

Color information

#A91FAD (or 0xA91FAD) is unknown color: approx Dark Orchid. HEX triplet: A9, 1F and AD. RGB value is (169,31,173). Sum of RGB (Red+Green+Blue) = 169+31+173=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #A91FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91FAD is #56E052. Grayscale: #585858. Windows color (decimal): -5693523 or 11345833. OLE color: 11345833.

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

Color convert

RGB16931173-
CMYK0.020.8200.32
HSL298.31º69.61%40%-
HSV(B)298.31º82.08%67.84%-
XYZ24.3912.4340.65-
YUV88.45175.72185.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 31 (12.5% from 255) = 8.31%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=45.31%
G=8.31%
B=46.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169311730.020.8200.32298.3169.6140
HexA91FAD25202012a4628
Octal25137255212204045210650
Binary10101001111111010110110101001001000001001010101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91FAD; }

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

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

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

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

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

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

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

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