#A949DB

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

Shades of Medium Orchid #A949DB

Tints of Medium Orchid #A949DB

Color information

#A949DB (or 0xA949DB) is unknown color: approx Medium Orchid. HEX triplet: A9, 49 and DB. RGB value is (169,73,219). Sum of RGB (Red+Green+Blue) = 169+73+219=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A949DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949DB is #56B624. Grayscale: #757575. Windows color (decimal): -5682725 or 14371241. OLE color: 14371241.

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

Color convert

RGB16973219-
CMYK0.230.6700.14
HSL279.45º66.97%57.25%-
HSV(B)279.45º66.67%85.88%-
XYZ31.5318.3168.89-
YUV118.35184.8164.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 73 (28.91% from 255) = 15.84%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=36.66%
G=15.84%
B=47.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169732190.230.6700.14279.4566.9757.25
HexA949DB17430E1174339
Octal2511113332710301642710371
Binary10101001100100111011011101111000011011101000101111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949DB; }

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

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

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

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

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

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

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

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