#A07BBB

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

Shades of Purple Mountain's Majesty #A07BBB

Tints of Purple Mountain's Majesty #A07BBB

Color information

#A07BBB (or 0xA07BBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7B and BB. RGB value is (160,123,187). Sum of RGB (Red+Green+Blue) = 160+123+187=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #A07BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBB is #5F8444. Grayscale: #8D8D8D. Windows color (decimal): -6259781 or 12286880. OLE color: 12286880.

HSL color Cylindrical-coordinate representation of color #A07BBB: hue angle of 274.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07BBB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160123187-
CMYK0.140.3400.27
HSL274.69º32%60.78%-
HSV(B)274.69º34.22%73.33%-
XYZ30.5525.2350.27-
YUV141.36153.76141.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 187 (73.44% from 255) = 39.79%
R=34.04%
G=26.17%
B=39.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601231870.140.3400.27274.693260.78
HexA07BBBE2201B113203d
Octal24017327316420334234075
Binary101000001111011101110111110100010011011100010011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BBB; }

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

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

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

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

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

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

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

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