#AF50E4

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

Shades of Medium Orchid #AF50E4

Tints of Medium Orchid #AF50E4

Color information

#AF50E4 (or 0xAF50E4) is unknown color: approx Medium Orchid. HEX triplet: AF, 50 and E4. RGB value is (175,80,228). Sum of RGB (Red+Green+Blue) = 175+80+228=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF50E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50E4 is #50AF1B. Grayscale: #7C7C7C. Windows color (decimal): -5287708 or 14962863. OLE color: 14962863.

HSL color Cylindrical-coordinate representation of color #AF50E4: hue angle of 278.51º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF50E4 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17580228-
CMYK0.230.6500.11
HSL278.51º73.27%60.39%-
HSV(B)278.51º64.91%89.41%-
XYZ34.5520.4575.53-
YUV125.28185.97163.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=36.23%
G=16.56%
B=47.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal175802280.230.6500.11278.5173.2760.39
HexAF50E417410B117493c
Octal2571203442710101342711174
Binary10101111101000011100100101111000001010111000101111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF50E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF50E4; }

 p { color: rgb(175,80,228); }

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

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

 a { background-color: rgb(175,80,228); }

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

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

 span { border-color: rgb(175,80,228); }

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