#A137AA

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

Shades of Dark Orchid #A137AA

Tints of Dark Orchid #A137AA

Color information

#A137AA (or 0xA137AA) is unknown color: approx Dark Orchid. HEX triplet: A1, 37 and AA. RGB value is (161,55,170). Sum of RGB (Red+Green+Blue) = 161+55+170=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #A137AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A137AA is #5EC855. Grayscale: #636363. Windows color (decimal): -6211670 or 11155361. OLE color: 11155361.

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

Color convert

RGB16155170-
CMYK0.050.6800.33
HSL295.3º51.11%44.12%-
HSV(B)295.3º67.65%66.67%-
XYZ23.3213.2139.35-
YUV99.8167.62171.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=41.71%
G=14.25%
B=44.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161551700.050.6800.33295.351.1144.12
HexA137AA544021127332c
Octal2416725251040414476354
Binary101000011101111010101010110001000100001100100111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A137AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A137AA; }

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

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

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

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

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

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

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

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