#AF43D1

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

Shades of Medium Orchid #AF43D1

Tints of Medium Orchid #AF43D1

Color information

#AF43D1 (or 0xAF43D1) is unknown color: approx Medium Orchid. HEX triplet: AF, 43 and D1. RGB value is (175,67,209). Sum of RGB (Red+Green+Blue) = 175+67+209=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF43D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF43D1 is #50BC2E. Grayscale: #737373. Windows color (decimal): -5291055 or 13714351. OLE color: 13714351.

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

Color convert

RGB17567209-
CMYK0.160.6800.18
HSL285.63º60.68%54.12%-
HSV(B)285.63º67.94%81.96%-
XYZ31.1917.7362.1-
YUV115.48180.78170.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 67 (26.56% from 255) = 14.86%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=38.80%
G=14.86%
B=46.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175672090.160.6800.18285.6360.6854.12
HexAF43D1104401211e3d36
Octal257103321201040224367566
Binary10101111100001111010001100001000100010010100011110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF43D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF43D1; }

 p { color: rgb(175,67,209); }

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

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

 a { background-color: rgb(175,67,209); }

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

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

 span { border-color: rgb(175,67,209); }

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