#A374BC

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

Shades of Purple Mountain's Majesty #A374BC

Tints of Purple Mountain's Majesty #A374BC

Color information

#A374BC (or 0xA374BC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 74 and BC. RGB value is (163,116,188). Sum of RGB (Red+Green+Blue) = 163+116+188=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #A374BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374BC is #5C8B43. Grayscale: #8A8A8A. Windows color (decimal): -6064964 or 12350627. OLE color: 12350627.

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

Color convert

RGB163116188-
CMYK0.130.3800.26
HSL279.17º34.95%59.61%-
HSV(B)279.17º38.3%73.73%-
XYZ30.4323.9150.59-
YUV138.26156.07145.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=34.90%
G=24.84%
B=40.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631161880.130.3800.26279.1734.9559.61
HexA374BCD2601A117233c
Octal24316427415460324274374
Binary101000111110100101111001101100110011010100010111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374BC; }

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

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

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

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

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

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

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

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