#AF4DD8

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

Shades of Medium Orchid #AF4DD8

Tints of Medium Orchid #AF4DD8

Color information

#AF4DD8 (or 0xAF4DD8) is unknown color: approx Medium Orchid. HEX triplet: AF, 4D and D8. RGB value is (175,77,216). Sum of RGB (Red+Green+Blue) = 175+77+216=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF4DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DD8 is #50B227. Grayscale: #797979. Windows color (decimal): -5288488 or 14175663. OLE color: 14175663.

HSL color Cylindrical-coordinate representation of color #AF4DD8: hue angle of 282.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4DD8 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17577216-
CMYK0.190.6400.15
HSL282.3º64.06%57.45%-
HSV(B)282.3º64.35%84.71%-
XYZ32.7319.3866.98-
YUV122.15180.97165.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 77 (30.47% from 255) = 16.45%
BLUE value IS 216 (84.77% from 255) = 46.15%
R=37.39%
G=16.45%
B=46.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175772160.190.6400.15282.364.0657.45
HexAF4DD813400F11a4039
Octal2571153302310001743210071
Binary10101111100110111011000100111000000011111000110101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DD8; }

 p { color: rgb(175,77,216); }

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

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

 a { background-color: rgb(175,77,216); }

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

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

 span { border-color: rgb(175,77,216); }

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