#A07CD2

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

Shades of Medium Purple #A07CD2

Tints of Medium Purple #A07CD2

Color information

#A07CD2 (or 0xA07CD2) is unknown color: approx Medium Purple. HEX triplet: A0, 7C and D2. RGB value is (160,124,210). Sum of RGB (Red+Green+Blue) = 160+124+210=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #A07CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CD2 is #5F832D. Grayscale: #909090. Windows color (decimal): -6259502 or 13794464. OLE color: 13794464.

HSL color Cylindrical-coordinate representation of color #A07CD2: hue angle of 265.12º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A07CD2 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160124210-
CMYK0.240.4100.18
HSL265.12º48.86%65.49%-
HSV(B)265.12º40.95%82.35%-
XYZ33.3426.5464.34-
YUV144.57164.93139.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 124 (48.83% from 255) = 25.10%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=32.39%
G=25.10%
B=42.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601242100.240.4100.18265.1248.8665.49
HexA07CD218290121093141
Octal240174322305102241161101
Binary10100000111110011010010110001010010100101000010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CD2; }

 p { color: rgb(160,124,210); }

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

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

 a { background-color: rgb(160,124,210); }

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

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

 span { border-color: rgb(160,124,210); }

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