#AF58C3

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

Shades of Medium Orchid #AF58C3

Tints of Medium Orchid #AF58C3

Color information

#AF58C3 (or 0xAF58C3) is unknown color: approx Medium Orchid. HEX triplet: AF, 58 and C3. RGB value is (175,88,195). Sum of RGB (Red+Green+Blue) = 175+88+195=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF58C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58C3 is #50A73C. Grayscale: #7D7D7D. Windows color (decimal): -5285693 or 12802223. OLE color: 12802223.

HSL color Cylindrical-coordinate representation of color #AF58C3: hue angle of 288.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF58C3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17588195-
CMYK0.100.5500.24
HSL288.79º47.14%55.49%-
HSV(B)288.79º54.87%76.47%-
XYZ31.0220.0353.86-
YUV126.21166.82162.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 88 (34.77% from 255) = 19.21%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=38.21%
G=19.21%
B=42.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175881950.100.5500.24288.7947.1455.49
HexAF58C3A370181212f37
Octal25713030312670304415767
Binary101011111011000110000111010110111011000100100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF58C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF58C3; }

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

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

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

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

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

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

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

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