#A06CBC

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

Shades of Purple Mountain's Majesty #A06CBC

Tints of Purple Mountain's Majesty #A06CBC

Color information

#A06CBC (or 0xA06CBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 6C and BC. RGB value is (160,108,188). Sum of RGB (Red+Green+Blue) = 160+108+188=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #A06CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CBC is #5F9343. Grayscale: #848484. Windows color (decimal): -6263620 or 12348576. OLE color: 12348576.

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

Color convert

RGB160108188-
CMYK0.150.4300.26
HSL279º37.38%58.04%-
HSV(B)279º42.55%73.73%-
XYZ28.9421.8350.27-
YUV132.67159.23147.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 108 (42.58% from 255) = 23.68%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=35.09%
G=23.68%
B=41.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601081880.150.4300.2627937.3858.04
HexA06CBCF2B01A117253a
Octal24015427417530324274572
Binary101000001101100101111001111101011011010100010111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CBC; }

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

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

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

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

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

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

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

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