#AF6AC1

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

Shades of Medium Orchid #AF6AC1

Tints of Medium Orchid #AF6AC1

Color information

#AF6AC1 (or 0xAF6AC1) is unknown color: approx Medium Orchid. HEX triplet: AF, 6A and C1. RGB value is (175,106,193). Sum of RGB (Red+Green+Blue) = 175+106+193=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF6AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AC1 is #50953E. Grayscale: #888888. Windows color (decimal): -5281087 or 12675759. OLE color: 12675759.

HSL color Cylindrical-coordinate representation of color #AF6AC1: hue angle of 287.59º 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 #AF6AC1 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175106193-
CMYK0.090.4500.24
HSL287.59º41.23%58.63%-
HSV(B)287.59º45.08%75.69%-
XYZ32.4623.2753.23-
YUV136.55159.86155.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 193 (75.78% from 255) = 40.72%
R=36.92%
G=22.36%
B=40.72%

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
Decimal1751061930.090.4500.24287.5941.2358.63
HexAF6AC192D018120293b
Octal25715230111550304405173
Binary101011111101010110000011001101101011000100100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AC1; }

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

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

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

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

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

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

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

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