#A731AB

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

Shades of Dark Orchid #A731AB

Tints of Dark Orchid #A731AB

Color information

#A731AB (or 0xA731AB) is unknown color: approx Dark Orchid. HEX triplet: A7, 31 and AB. RGB value is (167,49,171). Sum of RGB (Red+Green+Blue) = 167+49+171=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #A731AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A731AB is #58CE54. Grayscale: #616161. Windows color (decimal): -5819989 or 11219367. OLE color: 11219367.

HSL color Cylindrical-coordinate representation of color #A731AB: hue angle of 298.03º 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 #A731AB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16749171-
CMYK0.020.7100.33
HSL298.03º55.45%43.14%-
HSV(B)298.03º71.35%67.06%-
XYZ24.3913.3539.82-
YUV98.19169.09177.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 49 (19.53% from 255) = 12.66%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=43.15%
G=12.66%
B=44.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167491710.020.7100.33298.0355.4543.14
HexA731AB24702112a372b
Octal2476125321070414526753
Binary10100111110001101010111010001110100001100101010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A731AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A731AB; }

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

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

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

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

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

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

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

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