#A531AD

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

Shades of Dark Orchid #A531AD

Tints of Dark Orchid #A531AD

Color information

#A531AD (or 0xA531AD) is unknown color: approx Dark Orchid. HEX triplet: A5, 31 and AD. RGB value is (165,49,173). Sum of RGB (Red+Green+Blue) = 165+49+173=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #A531AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A531AD is #5ACE52. Grayscale: #616161. Windows color (decimal): -5951059 or 11350437. OLE color: 11350437.

HSL color Cylindrical-coordinate representation of color #A531AD: hue angle of 296.13º 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 #A531AD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16549173-
CMYK0.050.7200.32
HSL296.13º55.86%43.53%-
HSV(B)296.13º71.68%67.84%-
XYZ24.1613.2140.81-
YUV97.82170.43175.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 49 (19.53% from 255) = 12.66%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=42.64%
G=12.66%
B=44.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165491730.050.7200.32296.1355.8643.53
HexA531AD548020128382c
Octal2456125551100404507054
Binary101001011100011010110110110010000100000100101000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A531AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A531AD; }

 p { color: rgb(165,49,173); }

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

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

 a { background-color: rgb(165,49,173); }

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

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

 span { border-color: rgb(165,49,173); }

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