#A447D9

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

Shades of Dark Orchid #A447D9

Tints of Dark Orchid #A447D9

Color information

#A447D9 (or 0xA447D9) is unknown color: approx Dark Orchid. HEX triplet: A4, 47 and D9. RGB value is (164,71,217). Sum of RGB (Red+Green+Blue) = 164+71+217=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #A447D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A447D9 is #5BB826. Grayscale: #727272. Windows color (decimal): -6010919 or 14239652. OLE color: 14239652.

HSL color Cylindrical-coordinate representation of color #A447D9: hue angle of 278.22º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A447D9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16471217-
CMYK0.240.6700.15
HSL278.22º65.77%56.47%-
HSV(B)278.22º67.28%85.1%-
XYZ30.0917.4167.42-
YUV115.45185.31162.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.28%
GREEN value IS 71 (28.12% from 255) = 15.71%
BLUE value IS 217 (85.16% from 255) = 48.01%
R=36.28%
G=15.71%
B=48.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164712170.240.6700.15278.2265.7756.47
HexA447D918430F1164238
Octal2441073313010301742610270
Binary10100100100011111011001110001000011011111000101101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A447D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A447D9; }

 p { color: rgb(164,71,217); }

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

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

 a { background-color: rgb(164,71,217); }

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

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

 span { border-color: rgb(164,71,217); }

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