#AF5FE5

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

Shades of Medium Orchid #AF5FE5

Tints of Medium Orchid #AF5FE5

Color information

#AF5FE5 (or 0xAF5FE5) is unknown color: approx Medium Orchid. HEX triplet: AF, 5F and E5. RGB value is (175,95,229). Sum of RGB (Red+Green+Blue) = 175+95+229=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF5FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FE5 is #50A01A. Grayscale: #858585. Windows color (decimal): -5283867 or 15032239. OLE color: 15032239.

HSL color Cylindrical-coordinate representation of color #AF5FE5: hue angle of 275.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5FE5 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17595229-
CMYK0.240.5900.10
HSL275.82º72.04%63.53%-
HSV(B)275.82º58.52%89.8%-
XYZ35.9122.9676.67-
YUV134.2181.5157.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=35.07%
G=19.04%
B=45.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal175952290.240.5900.10275.8272.0463.53
HexAF5FE5183B0A1144840
Octal2571373453073012424110100
Binary10101111101111111100101110001110110101010001010010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5FE5; }

 p { color: rgb(175,95,229); }

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

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

 a { background-color: rgb(175,95,229); }

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

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

 span { border-color: rgb(175,95,229); }

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