#A07BBD

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

Shades of Purple Mountain's Majesty #A07BBD

Tints of Purple Mountain's Majesty #A07BBD

Color information

#A07BBD (or 0xA07BBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7B and BD. RGB value is (160,123,189). Sum of RGB (Red+Green+Blue) = 160+123+189=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A07BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBD is #5F8442. Grayscale: #8D8D8D. Windows color (decimal): -6259779 or 12417952. OLE color: 12417952.

HSL color Cylindrical-coordinate representation of color #A07BBD: hue angle of 273.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07BBD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160123189-
CMYK0.150.3500.26
HSL273.64º33.33%61.18%-
HSV(B)273.64º34.92%74.12%-
XYZ30.7725.3151.41-
YUV141.59154.76141.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=33.90%
G=26.06%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601231890.150.3500.26273.6433.3361.18
HexA07BBDF2301A112213d
Octal24017327517430324224175
Binary101000001111011101111011111100011011010100010010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BBD; }

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

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

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

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

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

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

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

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