#AF5AF9

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

Shades of Medium Orchid #AF5AF9

Tints of Medium Orchid #AF5AF9

Color information

#AF5AF9 (or 0xAF5AF9) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and F9. RGB value is (175,90,249). Sum of RGB (Red+Green+Blue) = 175+90+249=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF5AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AF9 is #50A506. Grayscale: #848484. Windows color (decimal): -5285127 or 16341679. OLE color: 16341679.

HSL color Cylindrical-coordinate representation of color #AF5AF9: hue angle of 272.08º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5AF9 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17590249-
CMYK0.300.6400.02
HSL272.08º92.98%66.47%-
HSV(B)272.08º63.86%97.65%-
XYZ38.4323.2792.09-
YUV133.54193.16157.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 90 (35.55% from 255) = 17.51%
BLUE value IS 249 (97.66% from 255) = 48.44%
R=34.05%
G=17.51%
B=48.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175902490.300.6400.02272.0892.9866.47
HexAF5AF91E40021105d42
Octal2571323713610002420135102
Binary1010111110110101111100111110100000001010001000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AF9; }

 p { color: rgb(175,90,249); }

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

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

 a { background-color: rgb(175,90,249); }

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

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

 span { border-color: rgb(175,90,249); }

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