#a138c5

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

Shades of Dark Orchid #A138C5

Tints of Dark Orchid #A138C5

Color information

#A138C5 (or 0xA138C5) is unknown color: approx Dark Orchid. HEX triplet: A1, 38 and C5. RGB value is (161,56,197). Sum of RGB (Red+Green+Blue) = 161+56+197=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 197 - color contains mainly: blue. Hex color #A138C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A138C5 is #5EC73A. Grayscale: #676767. Windows color (decimal): -6211387 or 12925089. OLE color: 12925089.

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

Color convert

RGB16156197-
CMYK0.180.7200.23
HSL284.68º55.73%49.61%-
HSV(B)284.68º71.57%77.25%-
XYZ26.1914.4454.23-
YUV103.47180.79169.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 56 (22.27% from 255) = 13.53%
BLUE value IS 197 (77.34% from 255) = 47.58%
R=38.89%
G=13.53%
B=47.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161561970.180.7200.23284.6855.7349.61
HexA138C5124801711d3832
Octal24170305221100274357062
Binary1010000111100011000101100101001000010111100011101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a138c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a138c5; }

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

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

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

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

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

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

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

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