#AF65C0

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

Shades of Medium Orchid #AF65C0

Tints of Medium Orchid #AF65C0

Color information

#AF65C0 (or 0xAF65C0) is unknown color: approx Medium Orchid. HEX triplet: AF, 65 and C0. RGB value is (175,101,192). Sum of RGB (Red+Green+Blue) = 175+101+192=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF65C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65C0 is #509A3F. Grayscale: #858585. Windows color (decimal): -5282368 or 12608943. OLE color: 12608943.

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

Color convert

RGB175101192-
CMYK0.090.4700.25
HSL288.79º41.94%57.45%-
HSV(B)288.79º47.4%75.29%-
XYZ31.8522.2352.48-
YUV133.5161.02157.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=37.39%
G=21.58%
B=41.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751011920.090.4700.25288.7941.9457.45
HexAF65C092F0191212a39
Octal25714530011570314415271
Binary101011111100101110000001001101111011001100100001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF65C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF65C0; }

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

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

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

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

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

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

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

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