#A531BA

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

Shades of Dark Orchid #A531BA

Tints of Dark Orchid #A531BA

Color information

#A531BA (or 0xA531BA) is unknown color: approx Dark Orchid. HEX triplet: A5, 31 and BA. RGB value is (165,49,186). Sum of RGB (Red+Green+Blue) = 165+49+186=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #A531BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A531BA is #5ACE45. Grayscale: #626262. Windows color (decimal): -5951046 or 12202405. OLE color: 12202405.

HSL color Cylindrical-coordinate representation of color #A531BA: hue angle of 290.8º 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 #A531BA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16549186-
CMYK0.110.7400.27
HSL290.8º58.3%46.08%-
HSV(B)290.8º73.66%72.94%-
XYZ25.4813.7447.76-
YUV99.3176.93174.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 49 (19.53% from 255) = 12.25%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=41.25%
G=12.25%
B=46.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165491860.110.7400.27290.858.346.08
HexA531BAB4A01B1233a2e
Octal24561272131120334437256
Binary101001011100011011101010111001010011011100100011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A531BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A531BA; }

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

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

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

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

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

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

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

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