#A374BA

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

Shades of Purple Mountain's Majesty #A374BA

Tints of Purple Mountain's Majesty #A374BA

Color information

#A374BA (or 0xA374BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 74 and BA. RGB value is (163,116,186). Sum of RGB (Red+Green+Blue) = 163+116+186=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #A374BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374BA is #5C8B45. Grayscale: #898989. Windows color (decimal): -6064966 or 12219555. OLE color: 12219555.

HSL color Cylindrical-coordinate representation of color #A374BA: hue angle of 280.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A374BA is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB163116186-
CMYK0.120.3800.27
HSL280.29º33.65%59.22%-
HSV(B)280.29º37.63%72.94%-
XYZ30.2123.8249.46-
YUV138.03155.07145.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 116 (45.70% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 40%
R=35.05%
G=24.95%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631161860.120.3800.27280.2933.6559.22
HexA374BAC2601B118223b
Octal24316427214460334304273
Binary101000111110100101110101100100110011011100011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374BA; }

 p { color: rgb(163,116,186); }

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

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

 a { background-color: rgb(163,116,186); }

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

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

 span { border-color: rgb(163,116,186); }

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