#AF5CC4

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

Shades of Medium Orchid #AF5CC4

Tints of Medium Orchid #AF5CC4

Color information

#AF5CC4 (or 0xAF5CC4) is unknown color: approx Medium Orchid. HEX triplet: AF, 5C and C4. RGB value is (175,92,196). Sum of RGB (Red+Green+Blue) = 175+92+196=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF5CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CC4 is #50A33B. Grayscale: #808080. Windows color (decimal): -5284668 or 12868783. OLE color: 12868783.

HSL color Cylindrical-coordinate representation of color #AF5CC4: hue angle of 287.88º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5CC4 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17592196-
CMYK0.110.5300.23
HSL287.88º46.85%56.47%-
HSV(B)287.88º53.06%76.86%-
XYZ31.4720.7554.57-
YUV128.67166161.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=37.80%
G=19.87%
B=42.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175921960.110.5300.23287.8846.8556.47
HexAF5CC4B350171202f38
Octal25713430413650274405770
Binary101011111011100110001001011110101010111100100000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5CC4; }

 p { color: rgb(175,92,196); }

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

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

 a { background-color: rgb(175,92,196); }

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

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

 span { border-color: rgb(175,92,196); }

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