#AF66BF

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

Shades of Medium Orchid #AF66BF

Tints of Medium Orchid #AF66BF

Color information

#AF66BF (or 0xAF66BF) is unknown color: approx Medium Orchid. HEX triplet: AF, 66 and BF. RGB value is (175,102,191). Sum of RGB (Red+Green+Blue) = 175+102+191=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66BF is #509940. Grayscale: #858585. Windows color (decimal): -5282113 or 12543663. OLE color: 12543663.

HSL color Cylindrical-coordinate representation of color #AF66BF: hue angle of 289.21º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF66BF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175102191-
CMYK0.080.4700.25
HSL289.21º41.01%57.45%-
HSV(B)289.21º46.6%74.9%-
XYZ31.8322.3851.93-
YUV133.97160.18157.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 191 (75% from 255) = 40.81%
R=37.39%
G=21.79%
B=40.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751021910.080.4700.25289.2141.0157.45
HexAF66BF82F0191212939
Octal25714627710570314415171
Binary101011111100110101111111000101111011001100100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66BF; }

 p { color: rgb(175,102,191); }

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

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

 a { background-color: rgb(175,102,191); }

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

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

 span { border-color: rgb(175,102,191); }

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