#A040BD

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

Shades of Dark Orchid #A040BD

Tints of Dark Orchid #A040BD

Color information

#A040BD (or 0xA040BD) is unknown color: approx Dark Orchid. HEX triplet: A0, 40 and BD. RGB value is (160,64,189). Sum of RGB (Red+Green+Blue) = 160+64+189=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #A040BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040BD is #5FBF42. Grayscale: #6A6A6A. Windows color (decimal): -6274883 or 12402848. OLE color: 12402848.

HSL color Cylindrical-coordinate representation of color #A040BD: hue angle of 286.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A040BD is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16064189-
CMYK0.150.6600.26
HSL286.08º49.41%49.61%-
HSV(B)286.08º66.14%74.12%-
XYZ25.5214.8149.66-
YUV106.95174.3165.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=38.74%
G=15.50%
B=45.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160641890.150.6600.26286.0849.4149.61
HexA040BDF4201A11e3132
Octal240100275171020324366162
Binary1010000010000001011110111111000010011010100011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A040BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A040BD; }

 p { color: rgb(160,64,189); }

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

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

 a { background-color: rgb(160,64,189); }

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

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

 span { border-color: rgb(160,64,189); }

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