#A551D8

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

Shades of Medium Orchid #A551D8

Tints of Medium Orchid #A551D8

Color information

#A551D8 (or 0xA551D8) is unknown color: approx Medium Orchid. HEX triplet: A5, 51 and D8. RGB value is (165,81,216). Sum of RGB (Red+Green+Blue) = 165+81+216=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #A551D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551D8 is #5AAE27. Grayscale: #797979. Windows color (decimal): -5942824 or 14176677. OLE color: 14176677.

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

Color convert

RGB16581216-
CMYK0.240.6200.15
HSL277.33º63.38%58.24%-
HSV(B)277.33º62.5%84.71%-
XYZ30.8518.8466.98-
YUV121.51181.33159.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 216 (84.77% from 255) = 46.75%
R=35.71%
G=17.53%
B=46.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165812160.240.6200.15277.3363.3858.24
HexA551D8183E0F1153f3a
Octal24512133030760174257772
Binary101001011010001110110001100011111001111100010101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A551D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A551D8; }

 p { color: rgb(165,81,216); }

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

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

 a { background-color: rgb(165,81,216); }

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

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

 span { border-color: rgb(165,81,216); }

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