#A57ADC

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

Shades of Medium Purple #A57ADC

Tints of Medium Purple #A57ADC

Color information

#A57ADC (or 0xA57ADC) is unknown color: approx Medium Purple. HEX triplet: A5, 7A and DC. RGB value is (165,122,220). Sum of RGB (Red+Green+Blue) = 165+122+220=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A57ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A57ADC is #5A8523. Grayscale: #919191. Windows color (decimal): -5932324 or 14449317. OLE color: 14449317.

HSL color Cylindrical-coordinate representation of color #A57ADC: hue angle of 266.33º degrees, saturation: 0.58, 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 #A57ADC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165122220-
CMYK0.250.4500.14
HSL266.33º58.33%67.06%-
HSV(B)266.33º44.55%86.27%-
XYZ35.3927.0971.07-
YUV146.03169.75141.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=32.54%
G=24.06%
B=43.39%

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
Decimal1651222200.250.4500.14266.3358.3367.06
HexA57ADC192D0E10a3a43
Octal245172334315501641272103
Binary1010010111110101101110011001101101011101000010101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57ADC; }

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

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

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

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

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

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

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

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