#A944DF

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

Shades of Medium Orchid #A944DF

Tints of Medium Orchid #A944DF

Color information

#A944DF (or 0xA944DF) is unknown color: approx Medium Orchid. HEX triplet: A9, 44 and DF. RGB value is (169,68,223). Sum of RGB (Red+Green+Blue) = 169+68+223=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #A944DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A944DF is #56BB20. Grayscale: #737373. Windows color (decimal): -5684001 or 14632105. OLE color: 14632105.

HSL color Cylindrical-coordinate representation of color #A944DF: hue angle of 279.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A944DF is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16968223-
CMYK0.240.7000.13
HSL279.1º70.78%57.06%-
HSV(B)279.1º69.51%87.45%-
XYZ31.7517.971.59-
YUV115.87188.46165.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 68 (26.95% from 255) = 14.78%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=36.74%
G=14.78%
B=48.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169682230.240.7000.13279.170.7857.06
HexA944DF18460D1174739
Octal2511043373010601542710771
Binary10101001100010011011111110001000110011011000101111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A944DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A944DF; }

 p { color: rgb(169,68,223); }

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

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

 a { background-color: rgb(169,68,223); }

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

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

 span { border-color: rgb(169,68,223); }

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