#AF5BFF

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

Shades of Medium Orchid #AF5BFF

Tints of Medium Orchid #AF5BFF

Color information

#AF5BFF (or 0xAF5BFF) is unknown color: approx Medium Orchid. HEX triplet: AF, 5B and FF. RGB value is (175,91,255). Sum of RGB (Red+Green+Blue) = 175+91+255=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BFF is #50A400. Grayscale: #868686. Windows color (decimal): -5284865 or 16735151. OLE color: 16735151.

HSL color Cylindrical-coordinate representation of color #AF5BFF: hue angle of 270.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5BFF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17591255-
CMYK0.310.6400
HSL270.73º100%67.84%-
HSV(B)270.73º64.31%100%-
XYZ39.4723.8297.12-
YUV134.81195.83156.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 91 (35.94% from 255) = 17.47%
BLUE value IS 255 (100% from 255) = 48.94%
R=33.59%
G=17.47%
B=48.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175912550.310.6400270.7310067.84
HexAF5BFF1F400010f6444
Octal2571333773710000417144104
Binary101011111011011111111111111110000000010000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5BFF; }

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

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

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

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

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

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

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

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