#AF58F9

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

Shades of Medium Orchid #AF58F9

Tints of Medium Orchid #AF58F9

Color information

#AF58F9 (or 0xAF58F9) is unknown color: approx Medium Orchid. HEX triplet: AF, 58 and F9. RGB value is (175,88,249). Sum of RGB (Red+Green+Blue) = 175+88+249=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF58F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58F9 is #50A706. Grayscale: #838383. Windows color (decimal): -5285639 or 16341167. OLE color: 16341167.

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

Color convert

RGB17588249-
CMYK0.300.6500.02
HSL272.42º93.06%66.08%-
HSV(B)272.42º64.66%97.65%-
XYZ38.2722.9392.03-
YUV132.37193.82158.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 88 (34.77% from 255) = 17.19%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=34.18%
G=17.19%
B=48.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175882490.300.6500.02272.4293.0666.08
HexAF58F91E41021105d42
Octal2571303713610102420135102
Binary1010111110110001111100111110100000101010001000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF58F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF58F9; }

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

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

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

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

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

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

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

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