#AF4EC3

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

Shades of Medium Orchid #AF4EC3

Tints of Medium Orchid #AF4EC3

Color information

#AF4EC3 (or 0xAF4EC3) is unknown color: approx Medium Orchid. HEX triplet: AF, 4E and C3. RGB value is (175,78,195). Sum of RGB (Red+Green+Blue) = 175+78+195=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF4EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EC3 is #50B13C. Grayscale: #777777. Windows color (decimal): -5288253 or 12799663. OLE color: 12799663.

HSL color Cylindrical-coordinate representation of color #AF4EC3: hue angle of 289.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF4EC3 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17578195-
CMYK0.100.600.24
HSL289.74º49.37%53.53%-
HSV(B)289.74º60%76.47%-
XYZ30.2518.553.61-
YUV120.34170.14166.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 78 (30.86% from 255) = 17.41%
BLUE value IS 195 (76.56% from 255) = 43.53%
R=39.06%
G=17.41%
B=43.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175781950.100.600.24289.7449.3753.53
HexAF4EC3A3C0181223136
Octal25711630312740304426166
Binary101011111001110110000111010111100011000100100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EC3; }

 p { color: rgb(175,78,195); }

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

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

 a { background-color: rgb(175,78,195); }

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

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

 span { border-color: rgb(175,78,195); }

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