#A537C6

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

Shades of Dark Orchid #A537C6

Tints of Dark Orchid #A537C6

Color information

#A537C6 (or 0xA537C6) is unknown color: approx Dark Orchid. HEX triplet: A5, 37 and C6. RGB value is (165,55,198). Sum of RGB (Red+Green+Blue) = 165+55+198=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #A537C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A537C6 is #5AC839. Grayscale: #676767. Windows color (decimal): -5949498 or 12990373. OLE color: 12990373.

HSL color Cylindrical-coordinate representation of color #A537C6: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A537C6 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16555198-
CMYK0.170.7200.22
HSL286.15º56.52%49.61%-
HSV(B)286.15º72.22%77.65%-
XYZ27.0814.8154.86-
YUV104.19180.94171.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 55 (21.88% from 255) = 13.16%
BLUE value IS 198 (77.73% from 255) = 47.37%
R=39.47%
G=13.16%
B=47.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165551980.170.7200.22286.1556.5249.61
HexA537C6114801611e3932
Octal24567306211100264367162
Binary1010010111011111000110100011001000010110100011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A537C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A537C6; }

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

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

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

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

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

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

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

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