#AF6AC8

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

Shades of Medium Orchid #AF6AC8

Tints of Medium Orchid #AF6AC8

Color information

#AF6AC8 (or 0xAF6AC8) is unknown color: approx Medium Orchid. HEX triplet: AF, 6A and C8. RGB value is (175,106,200). Sum of RGB (Red+Green+Blue) = 175+106+200=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF6AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AC8 is #509537. Grayscale: #898989. Windows color (decimal): -5281080 or 13134511. OLE color: 13134511.

HSL color Cylindrical-coordinate representation of color #AF6AC8: hue angle of 284.04º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6AC8 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175106200-
CMYK0.120.4700.22
HSL284.04º46.08%60%-
HSV(B)284.04º47%78.43%-
XYZ33.2623.5957.44-
YUV137.35163.36154.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 200 (78.52% from 255) = 41.58%
R=36.38%
G=22.04%
B=41.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751062000.120.4700.22284.0446.0860
HexAF6AC8C2F01611c2e3c
Octal25715231014570264345674
Binary101011111101010110010001100101111010110100011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6AC8; }

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

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

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

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

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

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

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

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