#A27BBC

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

Shades of Purple Mountain's Majesty #A27BBC

Tints of Purple Mountain's Majesty #A27BBC

Color information

#A27BBC (or 0xA27BBC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A2, 7B and BC. RGB value is (162,123,188). Sum of RGB (Red+Green+Blue) = 162+123+188=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #A27BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BBC is #5D8443. Grayscale: #8D8D8D. Windows color (decimal): -6128708 or 12352418. OLE color: 12352418.

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

Color convert

RGB162123188-
CMYK0.140.3500.26
HSL276º32.66%60.98%-
HSV(B)276º34.57%73.73%-
XYZ31.0625.4850.86-
YUV142.07153.92142.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=34.25%
G=26.00%
B=39.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621231880.140.3500.2627632.6660.98
HexA27BBCE2301A114213d
Octal24217327416430324244175
Binary101000101111011101111001110100011011010100010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27BBC; }

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

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

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

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

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

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

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

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