#a440bf

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

Shades of Dark Orchid #A440BF

Tints of Dark Orchid #A440BF

Color information

#A440BF (or 0xA440BF) is unknown color: approx Dark Orchid. HEX triplet: A4, 40 and BF. RGB value is (164,64,191). Sum of RGB (Red+Green+Blue) = 164+64+191=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #A440BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440BF is #5BBF40. Grayscale: #6B6B6B. Windows color (decimal): -6012737 or 12533924. OLE color: 12533924.

HSL color Cylindrical-coordinate representation of color #A440BF: hue angle of 287.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A440BF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16464191-
CMYK0.140.6600.25
HSL287.24º49.8%50%-
HSV(B)287.24º66.49%74.9%-
XYZ26.5515.3250.85-
YUV108.38174.63167.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 191 (75% from 255) = 45.58%
R=39.14%
G=15.27%
B=45.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164641910.140.6600.25287.2449.850
HexA440BFE4201911f3232
Octal244100277161020314376262
Binary1010010010000001011111111101000010011001100011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a440bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a440bf; }

 p { color: rgb(164,64,191); }

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

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

 a { background-color: rgb(164,64,191); }

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

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

 span { border-color: rgb(164,64,191); }

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