#A931AB

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

Shades of Dark Orchid #A931AB

Tints of Dark Orchid #A931AB

Color information

#A931AB (or 0xA931AB) is unknown color: approx Dark Orchid. HEX triplet: A9, 31 and AB. RGB value is (169,49,171). Sum of RGB (Red+Green+Blue) = 169+49+171=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A931AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A931AB is #56CE54. Grayscale: #626262. Windows color (decimal): -5688917 or 11219369. OLE color: 11219369.

HSL color Cylindrical-coordinate representation of color #A931AB: hue angle of 299.02º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A931AB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16949171-
CMYK0.010.7100.33
HSL299.02º55.45%43.14%-
HSV(B)299.02º71.35%67.06%-
XYZ24.8113.5739.84-
YUV98.79168.76178.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 49 (19.53% from 255) = 12.60%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=43.44%
G=12.60%
B=43.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169491710.010.7100.33299.0255.4543.14
HexA931AB14702112b372b
Octal2516125311070414536753
Binary1010100111000110101011110001110100001100101011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A931AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A931AB; }

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

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

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

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

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

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

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

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