#A038C6

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

Shades of Dark Orchid #A038C6

Tints of Dark Orchid #A038C6

Color information

#A038C6 (or 0xA038C6) is unknown color: approx Dark Orchid. HEX triplet: A0, 38 and C6. RGB value is (160,56,198). Sum of RGB (Red+Green+Blue) = 160+56+198=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #A038C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038C6 is #5FC739. Grayscale: #666666. Windows color (decimal): -6276922 or 12990624. OLE color: 12990624.

HSL color Cylindrical-coordinate representation of color #A038C6: hue angle of 283.94º 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 #A038C6 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16056198-
CMYK0.190.7200.22
HSL283.94º55.91%49.8%-
HSV(B)283.94º71.72%77.65%-
XYZ26.114.3854.83-
YUV103.28181.46168.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 56 (22.27% from 255) = 13.53%
BLUE value IS 198 (77.73% from 255) = 47.83%
R=38.65%
G=13.53%
B=47.83%

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
Decimal160561980.190.7200.22283.9455.9149.8
HexA038C6134801611c3832
Octal24070306231100264347062
Binary1010000011100011000110100111001000010110100011100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A038C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A038C6; }

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

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

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

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

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

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

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

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