#A07BDA

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

Shades of Medium Purple #A07BDA

Tints of Medium Purple #A07BDA

Color information

#A07BDA (or 0xA07BDA) is unknown color: approx Medium Purple. HEX triplet: A0, 7B and DA. RGB value is (160,123,218). Sum of RGB (Red+Green+Blue) = 160+123+218=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #A07BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BDA is #5F8425. Grayscale: #909090. Windows color (decimal): -6259750 or 14318496. OLE color: 14318496.

HSL color Cylindrical-coordinate representation of color #A07BDA: hue angle of 263.37º 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 #A07BDA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160123218-
CMYK0.270.4400.15
HSL263.37º56.21%66.86%-
HSV(B)263.37º43.58%85.49%-
XYZ34.2426.769.68-
YUV144.89169.26138.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 123 (48.44% from 255) = 24.55%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=31.94%
G=24.55%
B=43.51%

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
Decimal1601232180.270.4400.15263.3756.2166.86
HexA07BDA1B2C0F1073843
Octal240173332335401740770103
Binary1010000011110111101101011011101100011111000001111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BDA; }

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

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

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

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

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

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

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

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