#AF5BEE

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

Shades of Medium Orchid #AF5BEE

Tints of Medium Orchid #AF5BEE

Color information

#AF5BEE (or 0xAF5BEE) is unknown color: approx Medium Orchid. HEX triplet: AF, 5B and EE. RGB value is (175,91,238). Sum of RGB (Red+Green+Blue) = 175+91+238=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF5BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BEE is #50A411. Grayscale: #848484. Windows color (decimal): -5284882 or 15621039. OLE color: 15621039.

HSL color Cylindrical-coordinate representation of color #AF5BEE: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF5BEE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17591238-
CMYK0.260.6200.07
HSL274.29º81.22%64.51%-
HSV(B)274.29º61.76%93.33%-
XYZ36.8522.7783.34-
YUV132.87187.33158.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 91 (35.94% from 255) = 18.06%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=34.72%
G=18.06%
B=47.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal175912380.260.6200.07274.2981.2264.51
HexAF5BEE1A3E071125141
Octal257133356327607422121101
Binary1010111110110111110111011010111110011110001001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5BEE; }

 p { color: rgb(175,91,238); }

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

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

 a { background-color: rgb(175,91,238); }

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

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

 span { border-color: rgb(175,91,238); }

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