#A07BBC

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

Shades of Purple Mountain's Majesty #A07BBC

Tints of Purple Mountain's Majesty #A07BBC

Color information

#A07BBC (or 0xA07BBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7B and BC. RGB value is (160,123,188). Sum of RGB (Red+Green+Blue) = 160+123+188=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #A07BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBC is #5F8443. Grayscale: #8D8D8D. Windows color (decimal): -6259780 or 12352416. OLE color: 12352416.

HSL color Cylindrical-coordinate representation of color #A07BBC: hue angle of 274.15º 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 #A07BBC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160123188-
CMYK0.150.3500.26
HSL274.15º32.66%60.98%-
HSV(B)274.15º34.57%73.73%-
XYZ30.6625.2750.84-
YUV141.47154.26141.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=33.97%
G=26.11%
B=39.92%

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
Decimal1601231880.150.3500.26274.1532.6660.98
HexA07BBCF2301A112213d
Octal24017327417430324224175
Binary101000001111011101111001111100011011010100010010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07BBC; }

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

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

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

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

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

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

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

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