#AF5ADD

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

Shades of Medium Orchid #AF5ADD

Tints of Medium Orchid #AF5ADD

Color information

#AF5ADD (or 0xAF5ADD) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and DD. RGB value is (175,90,221). Sum of RGB (Red+Green+Blue) = 175+90+221=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ADD is #50A522. Grayscale: #818181. Windows color (decimal): -5285155 or 14506671. OLE color: 14506671.

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

Color convert

RGB17590221-
CMYK0.210.5900.13
HSL278.93º65.83%60.98%-
HSV(B)278.93º59.28%86.67%-
XYZ34.3921.6570.77-
YUV130.35179.16159.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 90 (35.55% from 255) = 18.52%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=36.01%
G=18.52%
B=45.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal175902210.210.5900.13278.9365.8360.98
HexAF5ADD153B0D117423d
Octal257132335257301542710275
Binary1010111110110101101110110101111011011011000101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5ADD; }

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

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

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

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

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

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

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

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