#A137BC

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

Shades of Dark Orchid #A137BC

Tints of Dark Orchid #A137BC

Color information

#A137BC (or 0xA137BC) is unknown color: approx Dark Orchid. HEX triplet: A1, 37 and BC. RGB value is (161,55,188). Sum of RGB (Red+Green+Blue) = 161+55+188=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A137BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137BC is #5EC843. Grayscale: #656565. Windows color (decimal): -6211652 or 12335009. OLE color: 12335009.

HSL color Cylindrical-coordinate representation of color #A137BC: hue angle of 287.82º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A137BC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16155188-
CMYK0.140.7100.26
HSL287.82º54.73%47.65%-
HSV(B)287.82º70.74%73.73%-
XYZ25.1413.9448.94-
YUV101.86176.62170.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 55 (21.88% from 255) = 13.61%
BLUE value IS 188 (73.83% from 255) = 46.53%
R=39.85%
G=13.61%
B=46.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161551880.140.7100.26287.8254.7347.65
HexA137BCE4701A1203730
Octal24167274161070324406760
Binary101000011101111011110011101000111011010100100000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A137BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A137BC; }

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

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

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

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

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

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

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

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