#AF6BCF

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

Shades of Medium Orchid #AF6BCF

Tints of Medium Orchid #AF6BCF

Color information

#AF6BCF (or 0xAF6BCF) is unknown color: approx Medium Orchid. HEX triplet: AF, 6B and CF. RGB value is (175,107,207). Sum of RGB (Red+Green+Blue) = 175+107+207=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF6BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BCF is #509430. Grayscale: #8A8A8A. Windows color (decimal): -5280817 or 13593519. OLE color: 13593519.

HSL color Cylindrical-coordinate representation of color #AF6BCF: hue angle of 280.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6BCF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175107207-
CMYK0.150.4800.19
HSL280.8º51.02%61.57%-
HSV(B)280.8º48.31%81.18%-
XYZ34.224.1361.89-
YUV138.73166.53153.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 107 (42.19% from 255) = 21.88%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=35.79%
G=21.88%
B=42.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751072070.150.4800.19280.851.0261.57
HexAF6BCFF30013119333e
Octal25715331717600234316376
Binary101011111101011110011111111110000010011100011001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BCF; }

 p { color: rgb(175,107,207); }

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

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

 a { background-color: rgb(175,107,207); }

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

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

 span { border-color: rgb(175,107,207); }

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