#AF5BD5

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

Shades of Medium Orchid #AF5BD5

Tints of Medium Orchid #AF5BD5

Color information

#AF5BD5 (or 0xAF5BD5) is unknown color: approx Medium Orchid. HEX triplet: AF, 5B and D5. RGB value is (175,91,213). Sum of RGB (Red+Green+Blue) = 175+91+213=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF5BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5BD5 is #50A42A. Grayscale: #818181. Windows color (decimal): -5284907 or 13982639. OLE color: 13982639.

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

Color convert

RGB17591213-
CMYK0.180.5700.16
HSL281.31º59.22%59.61%-
HSV(B)281.31º57.28%83.53%-
XYZ33.4321.465.32-
YUV130.02174.83160.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 91 (35.94% from 255) = 19.00%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=36.53%
G=19.00%
B=44.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175912130.180.5700.16281.3159.2259.61
HexAF5BD512390101193b3c
Octal25713332522710204317374
Binary1010111110110111101010110010111001010000100011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5BD5; }

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

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

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

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

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

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

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

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