#AF54C1

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

Shades of Medium Orchid #AF54C1

Tints of Medium Orchid #AF54C1

Color information

#AF54C1 (or 0xAF54C1) is unknown color: approx Medium Orchid. HEX triplet: AF, 54 and C1. RGB value is (175,84,193). Sum of RGB (Red+Green+Blue) = 175+84+193=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF54C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54C1 is #50AB3E. Grayscale: #7B7B7B. Windows color (decimal): -5286719 or 12670127. OLE color: 12670127.

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

Color convert

RGB17584193-
CMYK0.090.5600.24
HSL290.09º46.78%54.31%-
HSV(B)290.09º56.48%75.69%-
XYZ30.4819.352.57-
YUV123.64167.15164.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=38.72%
G=18.58%
B=42.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175841930.090.5600.24290.0946.7854.31
HexAF54C19380181222f36
Octal25712430111700304425766
Binary101011111010100110000011001111000011000100100010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF54C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF54C1; }

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

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

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

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

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

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

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

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