#a038de

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

Shades of Dark Orchid #A038DE

Tints of Dark Orchid #A038DE

Color information

#A038DE (or 0xA038DE) is unknown color: approx Dark Orchid. HEX triplet: A0, 38 and DE. RGB value is (160,56,222). Sum of RGB (Red+Green+Blue) = 160+56+222=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #A038DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038DE is #5FC721. Grayscale: #696969. Windows color (decimal): -6276898 or 14563488. OLE color: 14563488.

HSL color Cylindrical-coordinate representation of color #A038DE: hue angle of 277.59º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A038DE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16056222-
CMYK0.280.7500.13
HSL277.59º71.55%54.51%-
HSV(B)277.59º74.77%87.06%-
XYZ29.115.5870.58-
YUV106.02193.46166.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.53%
GREEN value IS 56 (22.27% from 255) = 12.79%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=36.53%
G=12.79%
B=50.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160562220.280.7500.13277.5971.5554.51
HexA038DE1C4B0D1164837
Octal240703363411301542611067
Binary1010000011100011011110111001001011011011000101101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a038de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a038de; }

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

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

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

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

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

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

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

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