#A450DB

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

Shades of Medium Orchid #A450DB

Tints of Medium Orchid #A450DB

Color information

#A450DB (or 0xA450DB) is unknown color: approx Medium Orchid. HEX triplet: A4, 50 and DB. RGB value is (164,80,219). Sum of RGB (Red+Green+Blue) = 164+80+219=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #A450DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A450DB is #5BAF24. Grayscale: #787878. Windows color (decimal): -6008613 or 14373028. OLE color: 14373028.

HSL color Cylindrical-coordinate representation of color #A450DB: hue angle of 276.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 #A450DB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16480219-
CMYK0.250.6300.14
HSL276.26º65.88%58.63%-
HSV(B)276.26º63.47%85.88%-
XYZ30.9618.7469-
YUV120.96183.33158.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.42%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 219 (85.94% from 255) = 47.30%
R=35.42%
G=17.28%
B=47.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164802190.250.6300.14276.2665.8858.63
HexA450DB193F0E114423b
Octal244120333317701642410273
Binary1010010010100001101101111001111111011101000101001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A450DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A450DB; }

 p { color: rgb(164,80,219); }

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

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

 a { background-color: rgb(164,80,219); }

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

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

 span { border-color: rgb(164,80,219); }

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