#A07BD4

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

Shades of Medium Purple #A07BD4

Tints of Medium Purple #A07BD4

Color information

#A07BD4 (or 0xA07BD4) is unknown color: approx Medium Purple. HEX triplet: A0, 7B and D4. RGB value is (160,123,212). Sum of RGB (Red+Green+Blue) = 160+123+212=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #A07BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BD4 is #5F842B. Grayscale: #8F8F8F. Windows color (decimal): -6259756 or 13925280. OLE color: 13925280.

HSL color Cylindrical-coordinate representation of color #A07BD4: hue angle of 264.94º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07BD4 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB160123212-
CMYK0.250.4200.17
HSL264.94º50.86%65.69%-
HSV(B)264.94º41.98%83.14%-
XYZ33.4626.3965.62-
YUV144.21166.26139.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=32.32%
G=24.85%
B=42.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1601232120.250.4200.17264.9450.8665.69
HexA07BD4192A0111093342
Octal240173324315202141163102
Binary10100000111101111010100110011010100100011000010011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BD4; }

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

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

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

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

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

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

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

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