#af6bbf

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

Shades of Medium Orchid #AF6BBF

Tints of Medium Orchid #AF6BBF

Color information

#AF6BBF (or 0xAF6BBF) is unknown color: approx Medium Orchid. HEX triplet: AF, 6B and BF. RGB value is (175,107,191). Sum of RGB (Red+Green+Blue) = 175+107+191=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF6BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BBF is #509440. Grayscale: #888888. Windows color (decimal): -5280833 or 12544943. OLE color: 12544943.

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

Color convert

RGB175107191-
CMYK0.080.4400.25
HSL288.57º39.62%58.43%-
HSV(B)288.57º43.98%74.9%-
XYZ32.3423.3952.1-
YUV136.91158.53155.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 107 (42.19% from 255) = 22.62%
BLUE value IS 191 (75% from 255) = 40.38%
R=37.00%
G=22.62%
B=40.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751071910.080.4400.25288.5739.6258.43
HexAF6BBF82C019121283a
Octal25715327710540314415072
Binary101011111101011101111111000101100011001100100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af6bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af6bbf; }

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

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

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

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

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

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

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

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