#A948F7

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

Shades of Medium Orchid #A948F7

Tints of Medium Orchid #A948F7

Color information

#A948F7 (or 0xA948F7) is unknown color: approx Medium Orchid. HEX triplet: A9, 48 and F7. RGB value is (169,72,247). Sum of RGB (Red+Green+Blue) = 169+72+247=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #A948F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A948F7 is #56B708. Grayscale: #787878. Windows color (decimal): -5682953 or 16205993. OLE color: 16205993.

HSL color Cylindrical-coordinate representation of color #A948F7: hue angle of 273.26º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A948F7 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16972247-
CMYK0.320.7100.03
HSL273.26º91.62%62.55%-
HSV(B)273.26º70.85%96.86%-
XYZ35.4719.7989.95-
YUV120.95199.14162.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 72 (28.52% from 255) = 14.75%
BLUE value IS 247 (96.88% from 255) = 50.61%
R=34.63%
G=14.75%
B=50.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal169722470.320.7100.03273.2691.6262.55
HexA948F72047031115c3f
Octal251110367401070342113477
Binary1010100110010001111011110000010001110111000100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A948F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A948F7; }

 p { color: rgb(169,72,247); }

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

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

 a { background-color: rgb(169,72,247); }

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

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

 span { border-color: rgb(169,72,247); }

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