#AF49FC

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

Shades of Medium Orchid #AF49FC

Tints of Medium Orchid #AF49FC

Color information

#AF49FC (or 0xAF49FC) is unknown color: approx Medium Orchid. HEX triplet: AF, 49 and FC. RGB value is (175,73,252). Sum of RGB (Red+Green+Blue) = 175+73+252=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF49FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49FC is #50B603. Grayscale: #7B7B7B. Windows color (decimal): -5289476 or 16533935. OLE color: 16533935.

HSL color Cylindrical-coordinate representation of color #AF49FC: hue angle of 274.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF49FC is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB17573252-
CMYK0.310.7100.01
HSL274.19º96.76%63.73%-
HSV(B)274.19º71.03%98.82%-
XYZ37.6320.9194.15-
YUV123.9200.29164.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 73 (28.91% from 255) = 14.6%
BLUE value IS 252 (98.83% from 255) = 50.4%
R=35%
G=14.6%
B=50.4%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal175732520.310.7100.01274.1996.7663.73
HexAF49FC1F47011126140
Octal2571113743710701422141100
Binary101011111001001111111001111110001110110001001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF49FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF49FC; }

 p { color: rgb(175,73,252); }

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

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

 a { background-color: rgb(175,73,252); }

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

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

 span { border-color: rgb(175,73,252); }

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