#AF64BF

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

Shades of Medium Orchid #AF64BF

Tints of Medium Orchid #AF64BF

Color information

#AF64BF (or 0xAF64BF) is unknown color: approx Medium Orchid. HEX triplet: AF, 64 and BF. RGB value is (175,100,191). Sum of RGB (Red+Green+Blue) = 175+100+191=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF64BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64BF is #509B40. Grayscale: #848484. Windows color (decimal): -5282625 or 12543151. OLE color: 12543151.

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

Color convert

RGB175100191-
CMYK0.080.4800.25
HSL289.45º41.55%57.06%-
HSV(B)289.45º47.64%74.9%-
XYZ31.6421.9951.87-
YUV132.8160.85158.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 100 (39.45% from 255) = 21.46%
BLUE value IS 191 (75% from 255) = 40.99%
R=37.55%
G=21.46%
B=40.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751001910.080.4800.25289.4541.5557.06
HexAF64BF8300191212a39
Octal25714427710600314415271
Binary101011111100100101111111000110000011001100100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF64BF; }

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

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

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

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

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

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

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

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