#AF4EF1

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

Shades of Medium Orchid #AF4EF1

Tints of Medium Orchid #AF4EF1

Color information

#AF4EF1 (or 0xAF4EF1) is unknown color: approx Medium Orchid. HEX triplet: AF, 4E and F1. RGB value is (175,78,241). Sum of RGB (Red+Green+Blue) = 175+78+241=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF4EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EF1 is #50B10E. Grayscale: #7D7D7D. Windows color (decimal): -5288207 or 15814319. OLE color: 15814319.

HSL color Cylindrical-coordinate representation of color #AF4EF1: hue angle of 275.71º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4EF1 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17578241-
CMYK0.270.6800.05
HSL275.71º85.34%62.55%-
HSV(B)275.71º67.63%94.51%-
XYZ36.2820.9185.34-
YUV125.58193.14163.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 78 (30.86% from 255) = 15.79%
BLUE value IS 241 (94.53% from 255) = 48.79%
R=35.43%
G=15.79%
B=48.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175782410.270.6800.05275.7185.3462.55
HexAF4EF11B4405114553f
Octal257116361331040542412577
Binary1010111110011101111000111011100010001011000101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EF1; }

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

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

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

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

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

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

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

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