#A578DC

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

Shades of Medium Purple #A578DC

Tints of Medium Purple #A578DC

Color information

#A578DC (or 0xA578DC) is unknown color: approx Medium Purple. HEX triplet: A5, 78 and DC. RGB value is (165,120,220). Sum of RGB (Red+Green+Blue) = 165+120+220=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #A578DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A578DC is #5A8723. Grayscale: #909090. Windows color (decimal): -5932836 or 14448805. OLE color: 14448805.

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

Color convert

RGB165120220-
CMYK0.250.4500.14
HSL267º58.82%66.67%-
HSV(B)267º45.45%86.27%-
XYZ35.1526.670.99-
YUV144.86170.41142.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 120 (47.27% from 255) = 23.76%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=32.67%
G=23.76%
B=43.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651202200.250.4500.1426758.8266.67
HexA578DC192D0E10b3b43
Octal245170334315501641373103
Binary1010010111110001101110011001101101011101000010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578DC; }

 p { color: rgb(165,120,220); }

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

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

 a { background-color: rgb(165,120,220); }

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

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

 span { border-color: rgb(165,120,220); }

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