#A953DB

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

Shades of Medium Orchid #A953DB

Tints of Medium Orchid #A953DB

Color information

#A953DB (or 0xA953DB) is unknown color: approx Medium Orchid. HEX triplet: A9, 53 and DB. RGB value is (169,83,219). Sum of RGB (Red+Green+Blue) = 169+83+219=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #A953DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953DB is #56AC24. Grayscale: #7B7B7B. Windows color (decimal): -5680165 or 14373801. OLE color: 14373801.

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

Color convert

RGB16983219-
CMYK0.230.6200.14
HSL277.94º65.38%59.22%-
HSV(B)277.94º62.1%85.88%-
XYZ32.2419.7469.13-
YUV124.22181.49159.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 83 (32.81% from 255) = 17.62%
BLUE value IS 219 (85.94% from 255) = 46.50%
R=35.88%
G=17.62%
B=46.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169832190.230.6200.14277.9465.3859.22
HexA953DB173E0E116413b
Octal251123333277601642610173
Binary1010100110100111101101110111111110011101000101101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A953DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A953DB; }

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

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

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

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

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

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

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

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