#AF60C5

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

Shades of Medium Orchid #AF60C5

Tints of Medium Orchid #AF60C5

Color information

#AF60C5 (or 0xAF60C5) is unknown color: approx Medium Orchid. HEX triplet: AF, 60 and C5. RGB value is (175,96,197). Sum of RGB (Red+Green+Blue) = 175+96+197=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF60C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60C5 is #509F3A. Grayscale: #828282. Windows color (decimal): -5283643 or 12935343. OLE color: 12935343.

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

Color convert

RGB17596197-
CMYK0.110.5100.23
HSL286.93º46.54%57.45%-
HSV(B)286.93º51.27%77.25%-
XYZ31.9421.5155.29-
YUV131.14165.17159.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 197 (77.34% from 255) = 42.09%
R=37.39%
G=20.51%
B=42.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175961970.110.5100.23286.9346.5457.45
HexAF60C5B3301711f2f39
Octal25714030513630274375771
Binary101011111100000110001011011110011010111100011111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60C5; }

 p { color: rgb(175,96,197); }

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

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

 a { background-color: rgb(175,96,197); }

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

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

 span { border-color: rgb(175,96,197); }

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