#A947D6

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

Shades of Medium Orchid #A947D6

Tints of Medium Orchid #A947D6

Color information

#A947D6 (or 0xA947D6) is unknown color: approx Medium Orchid. HEX triplet: A9, 47 and D6. RGB value is (169,71,214). Sum of RGB (Red+Green+Blue) = 169+71+214=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #A947D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A947D6 is #56B829. Grayscale: #747474. Windows color (decimal): -5683242 or 14043049. OLE color: 14043049.

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

Color convert

RGB16971214-
CMYK0.210.6700.16
HSL281.12º63.56%55.88%-
HSV(B)281.12º66.82%83.92%-
XYZ30.7517.865.43-
YUV116.6182.97165.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 71 (28.12% from 255) = 15.64%
BLUE value IS 214 (83.98% from 255) = 47.14%
R=37.22%
G=15.64%
B=47.14%

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
Decimal169712140.210.6700.16281.1263.5655.88
HexA947D615430101194038
Octal2511073262510302043110070
Binary101010011000111110101101010110000110100001000110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A947D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A947D6; }

 p { color: rgb(169,71,214); }

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

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

 a { background-color: rgb(169,71,214); }

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

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

 span { border-color: rgb(169,71,214); }

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