#AF5CC2

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

Shades of Medium Orchid #AF5CC2

Tints of Medium Orchid #AF5CC2

Color information

#AF5CC2 (or 0xAF5CC2) is unknown color: approx Medium Orchid. HEX triplet: AF, 5C and C2. RGB value is (175,92,194). Sum of RGB (Red+Green+Blue) = 175+92+194=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF5CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5CC2 is #50A33D. Grayscale: #808080. Windows color (decimal): -5284670 or 12737711. OLE color: 12737711.

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

Color convert

RGB17592194-
CMYK0.100.5300.24
HSL288.82º45.54%56.08%-
HSV(B)288.82º52.58%76.08%-
XYZ31.2420.6653.38-
YUV128.44165161.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 194 (76.17% from 255) = 42.08%
R=37.96%
G=19.96%
B=42.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175921940.100.5300.24288.8245.5456.08
HexAF5CC2A350181212e38
Octal25713430212650304415670
Binary101011111011100110000101010110101011000100100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5CC2; }

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

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

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

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

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

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

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

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