#AF44D0

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

Shades of Medium Orchid #AF44D0

Tints of Medium Orchid #AF44D0

Color information

#AF44D0 (or 0xAF44D0) is unknown color: approx Medium Orchid. HEX triplet: AF, 44 and D0. RGB value is (175,68,208). Sum of RGB (Red+Green+Blue) = 175+68+208=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF44D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44D0 is #50BB2F. Grayscale: #737373. Windows color (decimal): -5290800 or 13649071. OLE color: 13649071.

HSL color Cylindrical-coordinate representation of color #AF44D0: hue angle of 285.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF44D0 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17568208-
CMYK0.160.6700.18
HSL285.86º59.83%54.12%-
HSV(B)285.86º67.31%81.57%-
XYZ31.1317.861.47-
YUV115.95179.95170.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 68 (26.95% from 255) = 15.08%
BLUE value IS 208 (81.64% from 255) = 46.12%
R=38.80%
G=15.08%
B=46.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175682080.160.6700.18285.8659.8354.12
HexAF44D0104301211e3c36
Octal257104320201030224367466
Binary10101111100010011010000100001000011010010100011110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF44D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF44D0; }

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

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

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

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

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

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

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

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