#A937AE

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

Shades of Dark Orchid #A937AE

Tints of Dark Orchid #A937AE

Color information

#A937AE (or 0xA937AE) is unknown color: approx Dark Orchid. HEX triplet: A9, 37 and AE. RGB value is (169,55,174). Sum of RGB (Red+Green+Blue) = 169+55+174=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #A937AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A937AE is #56C851. Grayscale: #666666. Windows color (decimal): -5687378 or 11417513. OLE color: 11417513.

HSL color Cylindrical-coordinate representation of color #A937AE: hue angle of 297.48º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A937AE is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16955174-
CMYK0.030.6800.32
HSL297.48º51.97%44.9%-
HSV(B)297.48º68.39%68.24%-
XYZ25.3714.2241.45-
YUV102.65168.27175.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.46%
GREEN value IS 55 (21.88% from 255) = 13.82%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=42.46%
G=13.82%
B=43.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169551740.030.6800.32297.4851.9744.9
HexA937AE344020129342d
Octal2516725631040404516455
Binary10101001110111101011101110001000100000100101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A937AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A937AE; }

 p { color: rgb(169,55,174); }

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

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

 a { background-color: rgb(169,55,174); }

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

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

 span { border-color: rgb(169,55,174); }

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