#a537be

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

Shades of Dark Orchid #A537BE

Tints of Dark Orchid #A537BE

Color information

#A537BE (or 0xA537BE) is unknown color: approx Dark Orchid. HEX triplet: A5, 37 and BE. RGB value is (165,55,190). Sum of RGB (Red+Green+Blue) = 165+55+190=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #A537BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537BE is #5AC841. Grayscale: #666666. Windows color (decimal): -5949506 or 12466085. OLE color: 12466085.

HSL color Cylindrical-coordinate representation of color #A537BE: hue angle of 288.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A537BE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16555190-
CMYK0.130.7100.25
HSL288.89º55.1%48.04%-
HSV(B)288.89º71.05%74.51%-
XYZ26.1814.4550.12-
YUV103.28176.94172.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 55 (21.88% from 255) = 13.41%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=40.24%
G=13.41%
B=46.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165551900.130.7100.25288.8955.148.04
HexA537BED470191213730
Octal24567276151070314416760
Binary101001011101111011111011011000111011001100100001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a537be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a537be; }

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

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

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

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

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

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

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

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