#AF5AC1

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

Shades of Medium Orchid #AF5AC1

Tints of Medium Orchid #AF5AC1

Color information

#AF5AC1 (or 0xAF5AC1) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and C1. RGB value is (175,90,193). Sum of RGB (Red+Green+Blue) = 175+90+193=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF5AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AC1 is #50A53E. Grayscale: #7E7E7E. Windows color (decimal): -5285183 or 12671663. OLE color: 12671663.

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

Color convert

RGB17590193-
CMYK0.090.5300.24
HSL289.51º45.37%55.49%-
HSV(B)289.51º53.37%75.69%-
XYZ30.9620.2852.73-
YUV127.16165.16162.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=38.21%
G=19.65%
B=42.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175901930.090.5300.24289.5145.3755.49
HexAF5AC19350181222d37
Octal25713230111650304425567
Binary101011111011010110000011001110101011000100100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AC1; }

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

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

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

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

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

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

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

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