#A374BE

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

Shades of Purple Mountain's Majesty #A374BE

Tints of Purple Mountain's Majesty #A374BE

Color information

#A374BE (or 0xA374BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 74 and BE. RGB value is (163,116,190). Sum of RGB (Red+Green+Blue) = 163+116+190=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A374BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374BE is #5C8B41. Grayscale: #8A8A8A. Windows color (decimal): -6064962 or 12481699. OLE color: 12481699.

HSL color Cylindrical-coordinate representation of color #A374BE: hue angle of 278.11º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A374BE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163116190-
CMYK0.140.3900.25
HSL278.11º36.27%60%-
HSV(B)278.11º38.95%74.51%-
XYZ30.642451.73-
YUV138.49157.07145.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=34.75%
G=24.73%
B=40.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631161900.140.3900.25278.1136.2760
HexA374BEE27019116243c
Octal24316427616470314264474
Binary101000111110100101111101110100111011001100010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374BE; }

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

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

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

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

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

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

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

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