#A07CB6

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

Shades of Purple Mountain's Majesty #A07CB6

Tints of Purple Mountain's Majesty #A07CB6

Color information

#A07CB6 (or 0xA07CB6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 7C and B6. RGB value is (160,124,182). Sum of RGB (Red+Green+Blue) = 160+124+182=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #A07CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CB6 is #5F8349. Grayscale: #8D8D8D. Windows color (decimal): -6259530 or 11959456. OLE color: 11959456.

HSL color Cylindrical-coordinate representation of color #A07CB6: hue angle of 277.24º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A07CB6 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB160124182-
CMYK0.120.3200.29
HSL277.24º28.43%60%-
HSV(B)277.24º31.87%71.37%-
XYZ30.1525.2747.54-
YUV141.38150.93141.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.33%
GREEN value IS 124 (48.83% from 255) = 26.61%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=34.33%
G=26.61%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601241820.120.3200.29277.2428.4360
HexA07CB6C2001D1151c3c
Octal24017426614400354253474
Binary10100000111110010110110110010000001110110001010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CB6; }

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

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

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

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

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

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

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

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