#A574BB

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

Shades of Purple Mountain's Majesty #A574BB

Tints of Purple Mountain's Majesty #A574BB

Color information

#A574BB (or 0xA574BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 74 and BB. RGB value is (165,116,187). Sum of RGB (Red+Green+Blue) = 165+116+187=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #A574BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A574BB is #5A8B44. Grayscale: #8A8A8A. Windows color (decimal): -5933893 or 12285093. OLE color: 12285093.

HSL color Cylindrical-coordinate representation of color #A574BB: hue angle of 281.41º 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 #A574BB is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165116187-
CMYK0.120.3800.27
HSL281.41º34.3%59.41%-
HSV(B)281.41º37.97%73.33%-
XYZ30.7324.0850.04-
YUV138.74155.23146.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=35.26%
G=24.79%
B=39.96%

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
Decimal1651161870.120.3800.27281.4134.359.41
HexA574BBC2601B119223b
Octal24516427314460334314273
Binary101001011110100101110111100100110011011100011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A574BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A574BB; }

 p { color: rgb(165,116,187); }

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

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

 a { background-color: rgb(165,116,187); }

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

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

 span { border-color: rgb(165,116,187); }

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