#AF44C6

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

Shades of Medium Orchid #AF44C6

Tints of Medium Orchid #AF44C6

Color information

#AF44C6 (or 0xAF44C6) is unknown color: approx Medium Orchid. HEX triplet: AF, 44 and C6. RGB value is (175,68,198). Sum of RGB (Red+Green+Blue) = 175+68+198=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF44C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44C6 is #50BB39. Grayscale: #727272. Windows color (decimal): -5290810 or 12993711. OLE color: 12993711.

HSL color Cylindrical-coordinate representation of color #AF44C6: hue angle of 289.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF44C6 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17568198-
CMYK0.120.6600.22
HSL289.38º53.28%52.16%-
HSV(B)289.38º65.66%77.65%-
XYZ29.9417.3355.19-
YUV114.81174.95170.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 68 (26.95% from 255) = 15.42%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=39.68%
G=15.42%
B=44.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175681980.120.6600.22289.3853.2852.16
HexAF44C6C420161213534
Octal257104306141020264416564
Binary1010111110001001100011011001000010010110100100001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF44C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF44C6; }

 p { color: rgb(175,68,198); }

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

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

 a { background-color: rgb(175,68,198); }

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

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

 span { border-color: rgb(175,68,198); }

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