#A07ADA

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

Shades of Medium Purple #A07ADA

Tints of Medium Purple #A07ADA

Color information

#A07ADA (or 0xA07ADA) is unknown color: approx Medium Purple. HEX triplet: A0, 7A and DA. RGB value is (160,122,218). Sum of RGB (Red+Green+Blue) = 160+122+218=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #A07ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ADA is #5F8525. Grayscale: #8F8F8F. Windows color (decimal): -6260006 or 14318240. OLE color: 14318240.

HSL color Cylindrical-coordinate representation of color #A07ADA: hue angle of 263.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07ADA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160122218-
CMYK0.270.4400.15
HSL263.75º56.47%66.67%-
HSV(B)263.75º44.04%85.49%-
XYZ34.1126.4569.64-
YUV144.31169.59139.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=32%
G=24.4%
B=43.6%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601222180.270.4400.15263.7556.4766.67
HexA07ADA1B2C0F1083843
Octal240172332335401741070103
Binary1010000011110101101101011011101100011111000010001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07ADA; }

 p { color: rgb(160,122,218); }

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

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

 a { background-color: rgb(160,122,218); }

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

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

 span { border-color: rgb(160,122,218); }

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