#A946D5

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

Shades of Medium Orchid #A946D5

Tints of Medium Orchid #A946D5

Color information

#A946D5 (or 0xA946D5) is unknown color: approx Medium Orchid. HEX triplet: A9, 46 and D5. RGB value is (169,70,213). Sum of RGB (Red+Green+Blue) = 169+70+213=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #A946D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946D5 is #56B92A. Grayscale: #737373. Windows color (decimal): -5683499 or 13977257. OLE color: 13977257.

HSL color Cylindrical-coordinate representation of color #A946D5: hue angle of 281.54º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A946D5 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16970213-
CMYK0.210.6700.16
HSL281.54º63%55.49%-
HSV(B)281.54º67.14%83.53%-
XYZ30.5617.6264.74-
YUV115.9182.8165.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 70 (27.73% from 255) = 15.49%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=37.39%
G=15.49%
B=47.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169702130.210.6700.16281.546355.49
HexA946D5154301011a3f37
Octal251106325251030204327767
Binary10101001100011011010101101011000011010000100011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A946D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A946D5; }

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

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

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

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

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

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

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

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