#AF4ED8

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

Shades of Medium Orchid #AF4ED8

Tints of Medium Orchid #AF4ED8

Color information

#AF4ED8 (or 0xAF4ED8) is unknown color: approx Medium Orchid. HEX triplet: AF, 4E and D8. RGB value is (175,78,216). Sum of RGB (Red+Green+Blue) = 175+78+216=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 78 (30.86% from 255 or 16.63% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF4ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ED8 is #50B127. Grayscale: #7A7A7A. Windows color (decimal): -5288232 or 14175919. OLE color: 14175919.

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

Color convert

RGB17578216-
CMYK0.190.6400.15
HSL282.17º63.89%57.65%-
HSV(B)282.17º63.89%84.71%-
XYZ32.819.5267-
YUV122.73180.64165.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 78 (30.86% from 255) = 16.63%
BLUE value IS 216 (84.77% from 255) = 46.06%
R=37.31%
G=16.63%
B=46.06%

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
Decimal175782160.190.6400.15282.1763.8957.65
HexAF4ED813400F11a403a
Octal2571163302310001743210072
Binary10101111100111011011000100111000000011111000110101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4ED8; }

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

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

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

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

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

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

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

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