#A651D8

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

Shades of Medium Orchid #A651D8

Tints of Medium Orchid #A651D8

Color information

#A651D8 (or 0xA651D8) is unknown color: approx Medium Orchid. HEX triplet: A6, 51 and D8. RGB value is (166,81,216). Sum of RGB (Red+Green+Blue) = 166+81+216=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #A651D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651D8 is #59AE27. Grayscale: #797979. Windows color (decimal): -5877288 or 14176678. OLE color: 14176678.

HSL color Cylindrical-coordinate representation of color #A651D8: hue angle of 277.78º 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 #A651D8 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16681216-
CMYK0.230.6200.15
HSL277.78º63.38%58.24%-
HSV(B)277.78º62.5%84.71%-
XYZ31.0618.9566.99-
YUV121.8181.16159.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.85%
GREEN value IS 81 (32.03% from 255) = 17.49%
BLUE value IS 216 (84.77% from 255) = 46.65%
R=35.85%
G=17.49%
B=46.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166812160.230.6200.15277.7863.3858.24
HexA651D8173E0F1163f3a
Octal24612133027760174267772
Binary101001101010001110110001011111111001111100010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A651D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A651D8; }

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

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

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

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

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

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

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

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