#A138C0

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

Shades of Dark Orchid #A138C0

Tints of Dark Orchid #A138C0

Color information

#A138C0 (or 0xA138C0) is unknown color: approx Dark Orchid. HEX triplet: A1, 38 and C0. RGB value is (161,56,192). Sum of RGB (Red+Green+Blue) = 161+56+192=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #A138C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138C0 is #5EC73F. Grayscale: #666666. Windows color (decimal): -6211392 or 12597409. OLE color: 12597409.

HSL color Cylindrical-coordinate representation of color #A138C0: hue angle of 286.32º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A138C0 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16156192-
CMYK0.160.7100.25
HSL286.32º54.84%48.63%-
HSV(B)286.32º70.83%75.29%-
XYZ25.6314.2151.26-
YUV102.9178.29169.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 192 (75.39% from 255) = 46.94%
R=39.36%
G=13.69%
B=46.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161561920.160.7100.25286.3254.8448.63
HexA138C0104701911e3731
Octal24170300201070314366761
Binary1010000111100011000000100001000111011001100011110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A138C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A138C0; }

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

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

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

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

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

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

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

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