#AF4EE0

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

Shades of Medium Orchid #AF4EE0

Tints of Medium Orchid #AF4EE0

Color information

#AF4EE0 (or 0xAF4EE0) is unknown color: approx Medium Orchid. HEX triplet: AF, 4E and E0. RGB value is (175,78,224). Sum of RGB (Red+Green+Blue) = 175+78+224=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF4EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4EE0 is #50B11F. Grayscale: #7B7B7B. Windows color (decimal): -5288224 or 14700207. OLE color: 14700207.

HSL color Cylindrical-coordinate representation of color #AF4EE0: hue angle of 279.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF4EE0 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17578224-
CMYK0.220.6500.12
HSL279.86º70.19%59.22%-
HSV(B)279.86º65.18%87.84%-
XYZ33.8619.9472.59-
YUV123.65184.64164.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 78 (30.86% from 255) = 16.35%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=36.69%
G=16.35%
B=46.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal175782240.220.6500.12279.8670.1959.22
HexAF4EE016410C118463b
Octal2571163402610101443010673
Binary10101111100111011100000101101000001011001000110001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4EE0; }

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

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

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

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

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

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

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

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