#AF5DD5

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

Shades of Medium Orchid #AF5DD5

Tints of Medium Orchid #AF5DD5

Color information

#AF5DD5 (or 0xAF5DD5) is unknown color: approx Medium Orchid. HEX triplet: AF, 5D and D5. RGB value is (175,93,213). Sum of RGB (Red+Green+Blue) = 175+93+213=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DD5 is #50A22A. Grayscale: #828282. Windows color (decimal): -5284395 or 13983151. OLE color: 13983151.

HSL color Cylindrical-coordinate representation of color #AF5DD5: hue angle of 281º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF5DD5 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17593213-
CMYK0.180.5600.16
HSL281º58.82%60%-
HSV(B)281º56.34%83.53%-
XYZ33.621.7565.38-
YUV131.2174.17159.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=36.38%
G=19.33%
B=44.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175932130.180.5600.1628158.8260
HexAF5DD512380101193b3c
Octal25713532522700204317374
Binary1010111110111011101010110010111000010000100011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DD5; }

 p { color: rgb(175,93,213); }

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

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

 a { background-color: rgb(175,93,213); }

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

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

 span { border-color: rgb(175,93,213); }

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