#AF65BE

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

Shades of Medium Orchid #AF65BE

Tints of Medium Orchid #AF65BE

Color information

#AF65BE (or 0xAF65BE) is unknown color: approx Medium Orchid. HEX triplet: AF, 65 and BE. RGB value is (175,101,190). Sum of RGB (Red+Green+Blue) = 175+101+190=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65BE is #509A41. Grayscale: #848484. Windows color (decimal): -5282370 or 12477871. OLE color: 12477871.

HSL color Cylindrical-coordinate representation of color #AF65BE: hue angle of 289.89º 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 #AF65BE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175101190-
CMYK0.080.4700.25
HSL289.89º40.64%57.06%-
HSV(B)289.89º46.84%74.51%-
XYZ31.6322.1451.32-
YUV133.27160.02157.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=37.55%
G=21.67%
B=40.77%

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
Decimal1751011900.080.4700.25289.8940.6457.06
HexAF65BE82F0191222939
Octal25714527610570314425171
Binary101011111100101101111101000101111011001100100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65BE; }

 p { color: rgb(175,101,190); }

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

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

 a { background-color: rgb(175,101,190); }

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

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

 span { border-color: rgb(175,101,190); }

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