#A26CBB

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

Shades of Purple Mountain's Majesty #A26CBB

Tints of Purple Mountain's Majesty #A26CBB

Color information

#A26CBB (or 0xA26CBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 6C and BB. RGB value is (162,108,187). Sum of RGB (Red+Green+Blue) = 162+108+187=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #A26CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26CBB is #5D9344. Grayscale: #848484. Windows color (decimal): -6132549 or 12283042. OLE color: 12283042.

HSL color Cylindrical-coordinate representation of color #A26CBB: hue angle of 281.01º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A26CBB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162108187-
CMYK0.130.4200.27
HSL281.01º36.74%57.84%-
HSV(B)281.01º42.25%73.33%-
XYZ29.2321.9949.72-
YUV133.15158.39148.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=35.45%
G=23.63%
B=40.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621081870.130.4200.27281.0136.7457.84
HexA26CBBD2A01B119253a
Octal24215427315520334314572
Binary101000101101100101110111101101010011011100011001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26CBB; }

 p { color: rgb(162,108,187); }

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

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

 a { background-color: rgb(162,108,187); }

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

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

 span { border-color: rgb(162,108,187); }

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