#a373bf

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

Shades of Purple Mountain's Majesty #A373BF

Tints of Purple Mountain's Majesty #A373BF

Color information

#A373BF (or 0xA373BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 73 and BF. RGB value is (163,115,191). Sum of RGB (Red+Green+Blue) = 163+115+191=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #A373BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A373BF is #5C8C40. Grayscale: #898989. Windows color (decimal): -6065217 or 12546979. OLE color: 12546979.

HSL color Cylindrical-coordinate representation of color #A373BF: hue angle of 277.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A373BF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163115191-
CMYK0.150.4000.25
HSL277.89º37.25%60%-
HSV(B)277.89º39.79%74.9%-
XYZ30.6423.8152.27-
YUV138.02157.9145.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 191 (75% from 255) = 40.72%
R=34.75%
G=24.52%
B=40.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631151910.150.4000.25277.8937.2560
HexA373BFF28019116253c
Octal24316327717500314264574
Binary101000111110011101111111111101000011001100010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a373bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a373bf; }

 p { color: rgb(163,115,191); }

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

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

 a { background-color: rgb(163,115,191); }

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

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

 span { border-color: rgb(163,115,191); }

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