#A07FD4

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

Shades of Medium Purple #A07FD4

Tints of Medium Purple #A07FD4

Color information

#A07FD4 (or 0xA07FD4) is unknown color: approx Medium Purple. HEX triplet: A0, 7F and D4. RGB value is (160,127,212). Sum of RGB (Red+Green+Blue) = 160+127+212=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #A07FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FD4 is #5F802B. Grayscale: #929292. Windows color (decimal): -6258732 or 13926304. OLE color: 13926304.

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

Color convert

RGB160127212-
CMYK0.250.4000.17
HSL263.29º49.71%66.47%-
HSV(B)263.29º40.09%83.14%-
XYZ33.9727.4165.79-
YUV146.56164.93137.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 212 (83.20% from 255) = 42.48%
R=32.06%
G=25.45%
B=42.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1601272120.250.4000.17263.2949.7166.47
HexA07FD419280111073242
Octal240177324315002140762102
Binary10100000111111111010100110011010000100011000001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07FD4; }

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

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

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

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

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

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

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

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