#AF4DD4

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

Shades of Medium Orchid #AF4DD4

Tints of Medium Orchid #AF4DD4

Color information

#AF4DD4 (or 0xAF4DD4) is unknown color: approx Medium Orchid. HEX triplet: AF, 4D and D4. RGB value is (175,77,212). Sum of RGB (Red+Green+Blue) = 175+77+212=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF4DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4DD4 is #50B22B. Grayscale: #797979. Windows color (decimal): -5288492 or 13913519. OLE color: 13913519.

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

Color convert

RGB17577212-
CMYK0.170.6400.17
HSL283.56º61.09%56.67%-
HSV(B)283.56º63.68%83.14%-
XYZ32.2219.1864.29-
YUV121.69178.97166.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 77 (30.47% from 255) = 16.59%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=37.72%
G=16.59%
B=45.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175772120.170.6400.17283.5661.0956.67
HexAF4DD4114001111c3d39
Octal257115324211000214347571
Binary10101111100110111010100100011000000010001100011100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4DD4; }

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

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

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

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

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

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

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

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