#a138ac

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

Shades of Dark Orchid #A138AC

Tints of Dark Orchid #A138AC

Color information

#A138AC (or 0xA138AC) is unknown color: approx Dark Orchid. HEX triplet: A1, 38 and AC. RGB value is (161,56,172). Sum of RGB (Red+Green+Blue) = 161+56+172=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #A138AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A138AC is #5EC753. Grayscale: #646464. Windows color (decimal): -6211412 or 11286689. OLE color: 11286689.

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

Color convert

RGB16156172-
CMYK0.060.6700.33
HSL294.31º50.88%44.71%-
HSV(B)294.31º67.44%67.45%-
XYZ23.5613.3840.37-
YUV100.62168.29171.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 56 (22.27% from 255) = 14.40%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=41.39%
G=14.40%
B=44.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161561720.060.6700.33294.3150.8844.71
HexA138AC643021126332d
Octal2417025461030414466355
Binary101000011110001010110011010000110100001100100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a138ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a138ac; }

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

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

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

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

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

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

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

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