#AF6DC9

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

Shades of Medium Orchid #AF6DC9

Tints of Medium Orchid #AF6DC9

Color information

#AF6DC9 (or 0xAF6DC9) is unknown color: approx Medium Orchid. HEX triplet: AF, 6D and C9. RGB value is (175,109,201). Sum of RGB (Red+Green+Blue) = 175+109+201=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DC9 is #509236. Grayscale: #8A8A8A. Windows color (decimal): -5280311 or 13200815. OLE color: 13200815.

HSL color Cylindrical-coordinate representation of color #AF6DC9: hue angle of 283.04º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6DC9 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175109201-
CMYK0.130.4600.21
HSL283.04º46%60.78%-
HSV(B)283.04º45.77%78.82%-
XYZ33.6924.2758.17-
YUV139.22162.87153.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=36.08%
G=22.47%
B=41.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751092010.130.4600.21283.044660.78
HexAF6DC9D2E01511b2e3d
Octal25715531115560254335675
Binary101011111101101110010011101101110010101100011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6DC9; }

 p { color: rgb(175,109,201); }

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

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

 a { background-color: rgb(175,109,201); }

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

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

 span { border-color: rgb(175,109,201); }

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