#A137AC

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

Shades of Dark Orchid #A137AC

Tints of Dark Orchid #A137AC

Color information

#A137AC (or 0xA137AC) is unknown color: approx Dark Orchid. HEX triplet: A1, 37 and AC. RGB value is (161,55,172). Sum of RGB (Red+Green+Blue) = 161+55+172=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #A137AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A137AC is #5EC853. Grayscale: #636363. Windows color (decimal): -6211668 or 11286433. OLE color: 11286433.

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

Color convert

RGB16155172-
CMYK0.060.6800.33
HSL294.36º51.54%44.51%-
HSV(B)294.36º68.02%67.45%-
XYZ23.5113.2940.36-
YUV100.03168.62171.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 55 (21.88% from 255) = 14.18%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=41.49%
G=14.18%
B=44.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161551720.060.6800.33294.3651.5444.51
HexA137AC644021126342d
Octal2416725461040414466455
Binary101000011101111010110011010001000100001100100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A137AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A137AC; }

 p { color: rgb(161,55,172); }

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

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

 a { background-color: rgb(161,55,172); }

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

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

 span { border-color: rgb(161,55,172); }

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