#A038BB

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

Shades of Dark Orchid #A038BB

Tints of Dark Orchid #A038BB

Color information

#A038BB (or 0xA038BB) is unknown color: approx Dark Orchid. HEX triplet: A0, 38 and BB. RGB value is (160,56,187). Sum of RGB (Red+Green+Blue) = 160+56+187=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #A038BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A038BB is #5FC744. Grayscale: #656565. Windows color (decimal): -6276933 or 12269728. OLE color: 12269728.

HSL color Cylindrical-coordinate representation of color #A038BB: hue angle of 287.63º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A038BB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16056187-
CMYK0.140.7000.27
HSL287.63º53.91%47.65%-
HSV(B)287.63º70.05%73.33%-
XYZ24.8813.8948.38-
YUV102.03175.96169.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.70%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=39.70%
G=13.90%
B=46.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160561870.140.7000.27287.6353.9147.65
HexA038BBE4601B1203630
Octal24070273161060334406660
Binary101000001110001011101111101000110011011100100000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A038BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A038BB; }

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

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

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

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

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

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

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

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