#A537B5

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

Shades of Dark Orchid #A537B5

Tints of Dark Orchid #A537B5

Color information

#A537B5 (or 0xA537B5) is unknown color: approx Dark Orchid. HEX triplet: A5, 37 and B5. RGB value is (165,55,181). Sum of RGB (Red+Green+Blue) = 165+55+181=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #A537B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537B5 is #5AC84A. Grayscale: #656565. Windows color (decimal): -5949515 or 11876261. OLE color: 11876261.

HSL color Cylindrical-coordinate representation of color #A537B5: hue angle of 292.38º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A537B5 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16555181-
CMYK0.090.7000.29
HSL292.38º53.39%46.27%-
HSV(B)292.38º69.61%70.98%-
XYZ25.2214.0745.1-
YUV102.25172.44172.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 181 (71.09% from 255) = 45.14%
R=41.15%
G=13.72%
B=45.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165551810.090.7000.29292.3853.3946.27
HexA537B594601D124352e
Octal24567265111060354446556
Binary101001011101111011010110011000110011101100100100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A537B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A537B5; }

 p { color: rgb(165,55,181); }

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

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

 a { background-color: rgb(165,55,181); }

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

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

 span { border-color: rgb(165,55,181); }

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