#A946DD

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

Shades of Medium Orchid #A946DD

Tints of Medium Orchid #A946DD

Color information

#A946DD (or 0xA946DD) is unknown color: approx Medium Orchid. HEX triplet: A9, 46 and DD. RGB value is (169,70,221). Sum of RGB (Red+Green+Blue) = 169+70+221=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #A946DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946DD is #56B922. Grayscale: #747474. Windows color (decimal): -5683491 or 14501545. OLE color: 14501545.

HSL color Cylindrical-coordinate representation of color #A946DD: hue angle of 279.34º 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 #A946DD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16970221-
CMYK0.240.6800.13
HSL279.34º68.95%57.06%-
HSV(B)279.34º68.33%86.67%-
XYZ31.618.0470.22-
YUV116.82186.8165.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=36.74%
G=15.22%
B=48.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169702210.240.6800.13279.3468.9557.06
HexA946DD18440D1174539
Octal2511063353010401542710571
Binary10101001100011011011101110001000100011011000101111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A946DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A946DD; }

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

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

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

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

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

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

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

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