#A946C7

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

Shades of Medium Orchid #A946C7

Tints of Medium Orchid #A946C7

Color information

#A946C7 (or 0xA946C7) is unknown color: approx Medium Orchid. HEX triplet: A9, 46 and C7. RGB value is (169,70,199). Sum of RGB (Red+Green+Blue) = 169+70+199=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 199 - color contains mainly: blue. Hex color #A946C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946C7 is #56B938. Grayscale: #717171. Windows color (decimal): -5683513 or 13059753. OLE color: 13059753.

HSL color Cylindrical-coordinate representation of color #A946C7: hue angle of 286.05º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A946C7 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16970199-
CMYK0.150.6500.22
HSL286.05º53.53%52.75%-
HSV(B)286.05º64.82%78.04%-
XYZ28.8616.9455.78-
YUV114.31175.8167.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 199 (78.12% from 255) = 45.43%
R=38.58%
G=15.98%
B=45.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169701990.150.6500.22286.0553.5352.75
HexA946C7F4101611e3635
Octal251106307171010264366665
Binary1010100110001101100011111111000001010110100011110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A946C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A946C7; }

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

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

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

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

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

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

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

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