#A379BB

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

Shades of Purple Mountain's Majesty #A379BB

Tints of Purple Mountain's Majesty #A379BB

Color information

#A379BB (or 0xA379BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 79 and BB. RGB value is (163,121,187). Sum of RGB (Red+Green+Blue) = 163+121+187=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #A379BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A379BB is #5C8644. Grayscale: #8C8C8C. Windows color (decimal): -6063685 or 12286371. OLE color: 12286371.

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

Color convert

RGB163121187-
CMYK0.130.3500.27
HSL278.18º32.67%60.39%-
HSV(B)278.18º35.29%73.33%-
XYZ30.9125.0550.22-
YUV141.08153.91143.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.61%
GREEN value IS 121 (47.66% from 255) = 25.69%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=34.61%
G=25.69%
B=39.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631211870.130.3500.27278.1832.6760.39
HexA379BBD2301B116213c
Octal24317127315430334264174
Binary101000111111001101110111101100011011011100010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379BB; }

 p { color: rgb(163,121,187); }

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

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

 a { background-color: rgb(163,121,187); }

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

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

 span { border-color: rgb(163,121,187); }

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