#A931B9

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

Shades of Dark Orchid #A931B9

Tints of Dark Orchid #A931B9

Color information

#A931B9 (or 0xA931B9) is unknown color: approx Dark Orchid. HEX triplet: A9, 31 and B9. RGB value is (169,49,185). Sum of RGB (Red+Green+Blue) = 169+49+185=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #A931B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A931B9 is #56CE46. Grayscale: #636363. Windows color (decimal): -5688903 or 12136873. OLE color: 12136873.

HSL color Cylindrical-coordinate representation of color #A931B9: hue angle of 292.94º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A931B9 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16949185-
CMYK0.090.7400.27
HSL292.94º58.12%45.88%-
HSV(B)292.94º73.51%72.55%-
XYZ26.2214.1347.25-
YUV100.38175.76176.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 49 (19.53% from 255) = 12.16%
BLUE value IS 185 (72.66% from 255) = 45.91%
R=41.94%
G=12.16%
B=45.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169491850.090.7400.27292.9458.1245.88
HexA931B994A01B1253a2e
Octal25161271111120334457256
Binary101010011100011011100110011001010011011100100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A931B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A931B9; }

 p { color: rgb(169,49,185); }

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

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

 a { background-color: rgb(169,49,185); }

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

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

 span { border-color: rgb(169,49,185); }

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