#af67bf

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

Shades of Medium Orchid #AF67BF

Tints of Medium Orchid #AF67BF

Color information

#AF67BF (or 0xAF67BF) is unknown color: approx Medium Orchid. HEX triplet: AF, 67 and BF. RGB value is (175,103,191). Sum of RGB (Red+Green+Blue) = 175+103+191=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF67BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67BF is #509840. Grayscale: #868686. Windows color (decimal): -5281857 or 12543919. OLE color: 12543919.

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

Color convert

RGB175103191-
CMYK0.080.4600.25
HSL289.09º40.74%57.65%-
HSV(B)289.09º46.07%74.9%-
XYZ31.9322.5851.96-
YUV134.56159.85156.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 191 (75% from 255) = 40.72%
R=37.31%
G=21.96%
B=40.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751031910.080.4600.25289.0940.7457.65
HexAF67BF82E019121293a
Octal25714727710560314415172
Binary101011111100111101111111000101110011001100100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af67bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af67bf; }

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

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

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

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

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

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

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

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