#A837AE

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

Shades of Dark Orchid #A837AE

Tints of Dark Orchid #A837AE

Color information

#A837AE (or 0xA837AE) is unknown color: approx Dark Orchid. HEX triplet: A8, 37 and AE. RGB value is (168,55,174). Sum of RGB (Red+Green+Blue) = 168+55+174=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #A837AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A837AE is #57C851. Grayscale: #656565. Windows color (decimal): -5752914 or 11417512. OLE color: 11417512.

HSL color Cylindrical-coordinate representation of color #A837AE: hue angle of 296.97º 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 #A837AE is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16855174-
CMYK0.030.6800.32
HSL296.97º51.97%44.9%-
HSV(B)296.97º68.39%68.24%-
XYZ25.1514.1141.44-
YUV102.35168.44174.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=42.32%
G=13.85%
B=43.83%

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
Decimal168551740.030.6800.32296.9751.9744.9
HexA837AE344020129342d
Octal2506725631040404516455
Binary10101000110111101011101110001000100000100101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A837AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A837AE; }

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

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

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

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

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

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

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

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