#A138AE

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

Shades of Dark Orchid #A138AE

Tints of Dark Orchid #A138AE

Color information

#A138AE (or 0xA138AE) is unknown color: approx Dark Orchid. HEX triplet: A1, 38 and AE. RGB value is (161,56,174). Sum of RGB (Red+Green+Blue) = 161+56+174=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #A138AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A138AE is #5EC751. Grayscale: #646464. Windows color (decimal): -6211410 or 11417761. OLE color: 11417761.

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

Color convert

RGB16156174-
CMYK0.070.6800.32
HSL293.39º51.3%45.1%-
HSV(B)293.39º67.82%68.24%-
XYZ23.7513.4641.39-
YUV100.85169.29170.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 56 (22.27% from 255) = 14.32%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=41.18%
G=14.32%
B=44.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161561740.070.6800.32293.3951.345.1
HexA138AE744020125332d
Octal2417025671040404456355
Binary101000011110001010111011110001000100000100100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A138AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A138AE; }

 p { color: rgb(161,56,174); }

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

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

 a { background-color: rgb(161,56,174); }

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

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

 span { border-color: rgb(161,56,174); }

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