#AF4DC1

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

Shades of Medium Orchid #AF4DC1

Tints of Medium Orchid #AF4DC1

Color information

#AF4DC1 (or 0xAF4DC1) is unknown color: approx Medium Orchid. HEX triplet: AF, 4D and C1. RGB value is (175,77,193). Sum of RGB (Red+Green+Blue) = 175+77+193=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF4DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DC1 is #50B23E. Grayscale: #777777. Windows color (decimal): -5288511 or 12668335. OLE color: 12668335.

HSL color Cylindrical-coordinate representation of color #AF4DC1: hue angle of 290.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4DC1 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17577193-
CMYK0.090.6000.24
HSL290.69º48.33%52.94%-
HSV(B)290.69º60.1%75.69%-
XYZ29.9618.2752.4-
YUV119.53169.47167.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 193 (75.78% from 255) = 43.37%
R=39.33%
G=17.30%
B=43.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175771930.090.6000.24290.6948.3352.94
HexAF4DC193C0181233035
Octal25711530111740304436065
Binary101011111001101110000011001111100011000100100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DC1; }

 p { color: rgb(175,77,193); }

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

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

 a { background-color: rgb(175,77,193); }

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

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

 span { border-color: rgb(175,77,193); }

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