#A931AE

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

Shades of Dark Orchid #A931AE

Tints of Dark Orchid #A931AE

Color information

#A931AE (or 0xA931AE) is unknown color: approx Dark Orchid. HEX triplet: A9, 31 and AE. RGB value is (169,49,174). Sum of RGB (Red+Green+Blue) = 169+49+174=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #A931AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A931AE is #56CE51. Grayscale: #626262. Windows color (decimal): -5688914 or 11415977. OLE color: 11415977.

HSL color Cylindrical-coordinate representation of color #A931AE: hue angle of 297.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A931AE is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16949174-
CMYK0.030.7200.32
HSL297.6º56.05%43.73%-
HSV(B)297.6º71.84%68.24%-
XYZ25.113.6941.36-
YUV99.13170.26177.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 49 (19.53% from 255) = 12.5%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=43.11%
G=12.5%
B=44.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169491740.030.7200.32297.656.0543.73
HexA931AE34802012a382c
Octal2516125631100404527054
Binary10101001110001101011101110010000100000100101010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A931AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A931AE; }

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

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

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

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

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

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

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

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