#AF61C0

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

Shades of Medium Orchid #AF61C0

Tints of Medium Orchid #AF61C0

Color information

#AF61C0 (or 0xAF61C0) is unknown color: approx Medium Orchid. HEX triplet: AF, 61 and C0. RGB value is (175,97,192). Sum of RGB (Red+Green+Blue) = 175+97+192=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61C0 is #509E3F. Grayscale: #828282. Windows color (decimal): -5283392 or 12607919. OLE color: 12607919.

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

Color convert

RGB17597192-
CMYK0.090.4900.25
HSL289.26º42.99%56.67%-
HSV(B)289.26º49.48%75.29%-
XYZ31.4721.4752.35-
YUV131.15162.34159.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=37.72%
G=20.91%
B=41.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175971920.090.4900.25289.2642.9956.67
HexAF61C09310191212b39
Octal25714130011610314415371
Binary101011111100001110000001001110001011001100100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF61C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF61C0; }

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

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

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

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

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

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

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

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