#A138C6

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

Shades of Dark Orchid #A138C6

Tints of Dark Orchid #A138C6

Color information

#A138C6 (or 0xA138C6) is unknown color: approx Dark Orchid. HEX triplet: A1, 38 and C6. RGB value is (161,56,198). Sum of RGB (Red+Green+Blue) = 161+56+198=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #A138C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138C6 is #5EC739. Grayscale: #676767. Windows color (decimal): -6211386 or 12990625. OLE color: 12990625.

HSL color Cylindrical-coordinate representation of color #A138C6: hue angle of 284.37º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A138C6 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16156198-
CMYK0.190.7200.22
HSL284.37º55.91%49.8%-
HSV(B)284.37º71.72%77.65%-
XYZ26.3114.4854.84-
YUV103.58181.29168.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 56 (22.27% from 255) = 13.49%
BLUE value IS 198 (77.73% from 255) = 47.71%
R=38.80%
G=13.49%
B=47.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161561980.190.7200.22284.3755.9149.8
HexA138C6134801611c3832
Octal24170306231100264347062
Binary1010000111100011000110100111001000010110100011100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A138C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A138C6; }

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

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

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

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

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

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

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

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