#AF51D7

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

Shades of Medium Orchid #AF51D7

Tints of Medium Orchid #AF51D7

Color information

#AF51D7 (or 0xAF51D7) is unknown color: approx Medium Orchid. HEX triplet: AF, 51 and D7. RGB value is (175,81,215). Sum of RGB (Red+Green+Blue) = 175+81+215=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF51D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51D7 is #50AE28. Grayscale: #7B7B7B. Windows color (decimal): -5287465 or 14111151. OLE color: 14111151.

HSL color Cylindrical-coordinate representation of color #AF51D7: hue angle of 282.09º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF51D7 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17581215-
CMYK0.190.6200.16
HSL282.09º62.62%58.04%-
HSV(B)282.09º62.33%84.31%-
XYZ32.8919.9166.4-
YUV124.38179.14164.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 81 (32.03% from 255) = 17.20%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=37.15%
G=17.20%
B=45.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175812150.190.6200.16282.0962.6258.04
HexAF51D7133E01011a3f3a
Octal25712132723760204327772
Binary1010111110100011101011110011111110010000100011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF51D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF51D7; }

 p { color: rgb(175,81,215); }

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

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

 a { background-color: rgb(175,81,215); }

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

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

 span { border-color: rgb(175,81,215); }

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