#a951db

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

Shades of Medium Orchid #A951DB

Tints of Medium Orchid #A951DB

Color information

#A951DB (or 0xA951DB) is unknown color: approx Medium Orchid. HEX triplet: A9, 51 and DB. RGB value is (169,81,219). Sum of RGB (Red+Green+Blue) = 169+81+219=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A951DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951DB is #56AE24. Grayscale: #7A7A7A. Windows color (decimal): -5680677 or 14373289. OLE color: 14373289.

HSL color Cylindrical-coordinate representation of color #A951DB: hue angle of 278.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A951DB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16981219-
CMYK0.230.6300.14
HSL278.26º65.71%58.82%-
HSV(B)278.26º63.01%85.88%-
XYZ32.0919.4369.08-
YUV123.04182.15160.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 81 (32.03% from 255) = 17.27%
BLUE value IS 219 (85.94% from 255) = 46.70%
R=36.03%
G=17.27%
B=46.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169812190.230.6300.14278.2665.7158.82
HexA951DB173F0E116423b
Octal251121333277701642610273
Binary1010100110100011101101110111111111011101000101101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a951db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a951db; }

 p { color: rgb(169,81,219); }

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

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

 a { background-color: rgb(169,81,219); }

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

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

 span { border-color: rgb(169,81,219); }

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