#AF55C3

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

Shades of Medium Orchid #AF55C3

Tints of Medium Orchid #AF55C3

Color information

#AF55C3 (or 0xAF55C3) is unknown color: approx Medium Orchid. HEX triplet: AF, 55 and C3. RGB value is (175,85,195). Sum of RGB (Red+Green+Blue) = 175+85+195=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF55C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF55C3 is #50AA3C. Grayscale: #7C7C7C. Windows color (decimal): -5286461 or 12801455. OLE color: 12801455.

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

Color convert

RGB17585195-
CMYK0.100.5600.24
HSL289.09º47.83%54.9%-
HSV(B)289.09º56.41%76.47%-
XYZ30.7819.5553.78-
YUV124.45167.82164.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 195 (76.56% from 255) = 42.86%
R=38.46%
G=18.68%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175851950.100.5600.24289.0947.8354.9
HexAF55C3A380181213037
Octal25712530312700304416067
Binary101011111010101110000111010111000011000100100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF55C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF55C3; }

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

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

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

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

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

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

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

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