#A137B8

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

Shades of Dark Orchid #A137B8

Tints of Dark Orchid #A137B8

Color information

#A137B8 (or 0xA137B8) is unknown color: approx Dark Orchid. HEX triplet: A1, 37 and B8. RGB value is (161,55,184). Sum of RGB (Red+Green+Blue) = 161+55+184=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 184 - color contains mainly: blue. Hex color #A137B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137B8 is #5EC847. Grayscale: #646464. Windows color (decimal): -6211656 or 12072865. OLE color: 12072865.

HSL color Cylindrical-coordinate representation of color #A137B8: hue angle of 289.3º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A137B8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16155184-
CMYK0.120.7000.28
HSL289.3º53.97%46.86%-
HSV(B)289.3º70.11%72.16%-
XYZ24.7213.7746.7-
YUV101.4174.62170.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 55 (21.88% from 255) = 13.75%
BLUE value IS 184 (72.27% from 255) = 46%
R=40.25%
G=13.75%
B=46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal161551840.120.7000.28289.353.9746.86
HexA137B8C4601C121362f
Octal24167270141060344416657
Binary101000011101111011100011001000110011100100100001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A137B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A137B8; }

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

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

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

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

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

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

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

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