#AF49C7

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

Shades of Medium Orchid #AF49C7

Tints of Medium Orchid #AF49C7

Color information

#AF49C7 (or 0xAF49C7) is unknown color: approx Medium Orchid. HEX triplet: AF, 49 and C7. RGB value is (175,73,199). Sum of RGB (Red+Green+Blue) = 175+73+199=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF49C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49C7 is #50B638. Grayscale: #757575. Windows color (decimal): -5289529 or 13060527. OLE color: 13060527.

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

Color convert

RGB17573199-
CMYK0.120.6300.22
HSL288.57º52.94%53.33%-
HSV(B)288.57º63.32%78.04%-
XYZ30.371855.91-
YUV117.86173.79168.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 73 (28.91% from 255) = 16.33%
BLUE value IS 199 (78.12% from 255) = 44.52%
R=39.15%
G=16.33%
B=44.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175731990.120.6300.22288.5752.9453.33
HexAF49C7C3F0161213535
Octal25711130714770264416565
Binary101011111001001110001111100111111010110100100001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF49C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF49C7; }

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

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

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

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

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

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

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

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