#A531BB

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

Shades of Dark Orchid #A531BB

Tints of Dark Orchid #A531BB

Color information

#A531BB (or 0xA531BB) is unknown color: approx Dark Orchid. HEX triplet: A5, 31 and BB. RGB value is (165,49,187). Sum of RGB (Red+Green+Blue) = 165+49+187=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #A531BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A531BB is #5ACE44. Grayscale: #626262. Windows color (decimal): -5951045 or 12267941. OLE color: 12267941.

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

Color convert

RGB16549187-
CMYK0.120.7400.27
HSL290.43º58.47%46.27%-
HSV(B)290.43º73.8%73.33%-
XYZ25.5913.7848.33-
YUV99.42177.43174.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 49 (19.53% from 255) = 12.22%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=41.15%
G=12.22%
B=46.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165491870.120.7400.27290.4358.4746.27
HexA531BBC4A01B1223a2e
Octal24561273141120334427256
Binary101001011100011011101111001001010011011100100010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A531BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A531BB; }

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

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

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

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

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

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

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

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