#A446DD

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

Shades of Dark Orchid #A446DD

Tints of Dark Orchid #A446DD

Color information

#A446DD (or 0xA446DD) is unknown color: approx Dark Orchid. HEX triplet: A4, 46 and DD. RGB value is (164,70,221). Sum of RGB (Red+Green+Blue) = 164+70+221=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #A446DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446DD is #5BB922. Grayscale: #727272. Windows color (decimal): -6011171 or 14501540. OLE color: 14501540.

HSL color Cylindrical-coordinate representation of color #A446DD: hue angle of 277.35º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A446DD is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16470221-
CMYK0.260.6800.13
HSL277.35º68.95%57.06%-
HSV(B)277.35º68.33%86.67%-
XYZ30.5517.4970.17-
YUV115.32187.64162.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.04%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=36.04%
G=15.38%
B=48.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164702210.260.6800.13277.3568.9557.06
HexA446DD1A440D1154539
Octal2441063353210401542510571
Binary10100100100011011011101110101000100011011000101011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A446DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A446DD; }

 p { color: rgb(164,70,221); }

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

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

 a { background-color: rgb(164,70,221); }

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

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

 span { border-color: rgb(164,70,221); }

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