#AF6BC1

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

Shades of Medium Orchid #AF6BC1

Tints of Medium Orchid #AF6BC1

Color information

#AF6BC1 (or 0xAF6BC1) is unknown color: approx Medium Orchid. HEX triplet: AF, 6B and C1. RGB value is (175,107,193). Sum of RGB (Red+Green+Blue) = 175+107+193=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF6BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BC1 is #50943E. Grayscale: #888888. Windows color (decimal): -5280831 or 12676015. OLE color: 12676015.

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

Color convert

RGB175107193-
CMYK0.090.4500.24
HSL287.44º40.95%58.82%-
HSV(B)287.44º44.56%75.69%-
XYZ32.5623.4853.27-
YUV137.14159.53155.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=36.84%
G=22.53%
B=40.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751071930.090.4500.24287.4440.9558.82
HexAF6BC192D01811f293b
Octal25715330111550304375173
Binary101011111101011110000011001101101011000100011111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6BC1; }

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

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

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

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

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

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

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

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