#A375BB

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

Shades of Purple Mountain's Majesty #A375BB

Tints of Purple Mountain's Majesty #A375BB

Color information

#A375BB (or 0xA375BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 75 and BB. RGB value is (163,117,187). Sum of RGB (Red+Green+Blue) = 163+117+187=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #A375BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375BB is #5C8A44. Grayscale: #8A8A8A. Windows color (decimal): -6064709 or 12285347. OLE color: 12285347.

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

Color convert

RGB163117187-
CMYK0.130.3700.27
HSL279.43º33.98%59.61%-
HSV(B)279.43º37.43%73.33%-
XYZ30.4424.150.06-
YUV138.73155.24145.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=34.90%
G=25.05%
B=40.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631171870.130.3700.27279.4333.9859.61
HexA375BBD2501B117223c
Octal24316527315450334274274
Binary101000111110101101110111101100101011011100010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375BB; }

 p { color: rgb(163,117,187); }

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

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

 a { background-color: rgb(163,117,187); }

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

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

 span { border-color: rgb(163,117,187); }

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