#A07DB3

Color #A07DB3 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #A07DB3

Tints of Purple Mountain's Majesty #A07DB3

Color information

#A07DB3 (or 0xA07DB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7D and B3. RGB value is (160,125,179). Sum of RGB (Red+Green+Blue) = 160+125+179=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #A07DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DB3 is #5F824C. Grayscale: #8D8D8D. Windows color (decimal): -6259277 or 11763104. OLE color: 11763104.

HSL color Cylindrical-coordinate representation of color #A07DB3: hue angle of 278.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07DB3 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160125179-
CMYK0.110.3000.30
HSL278.89º26.21%59.61%-
HSV(B)278.89º30.17%70.2%-
XYZ29.9725.445.97-
YUV141.62149.1141.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 125 (49.22% from 255) = 26.94%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=34.48%
G=26.94%
B=38.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601251790.110.3000.30278.8926.2159.61
HexA07DB3B1E01E1171a3c
Octal24017526313360364273274
Binary1010000011111011011001110111111001111010001011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07DB3; }

 p { color: rgb(160,125,179); }

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

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

 a { background-color: rgb(160,125,179); }

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

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

 span { border-color: rgb(160,125,179); }

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