#AF4FDD

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

Shades of Medium Orchid #AF4FDD

Tints of Medium Orchid #AF4FDD

Color information

#AF4FDD (or 0xAF4FDD) is unknown color: approx Medium Orchid. HEX triplet: AF, 4F and DD. RGB value is (175,79,221). Sum of RGB (Red+Green+Blue) = 175+79+221=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF4FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FDD is #50B022. Grayscale: #7B7B7B. Windows color (decimal): -5287971 or 14503855. OLE color: 14503855.

HSL color Cylindrical-coordinate representation of color #AF4FDD: hue angle of 280.56º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4FDD is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17579221-
CMYK0.210.6400.13
HSL280.56º67.62%58.82%-
HSV(B)280.56º64.25%86.67%-
XYZ33.5319.9370.49-
YUV123.89182.8164.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 79 (31.25% from 255) = 16.63%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=36.84%
G=16.63%
B=46.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175792210.210.6400.13280.5667.6258.82
HexAF4FDD15400D119443b
Octal2571173352510001543110473
Binary10101111100111111011101101011000000011011000110011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4FDD; }

 p { color: rgb(175,79,221); }

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

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

 a { background-color: rgb(175,79,221); }

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

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

 span { border-color: rgb(175,79,221); }

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