#A375B6

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

Shades of Purple Mountain's Majesty #A375B6

Tints of Purple Mountain's Majesty #A375B6

Color information

#A375B6 (or 0xA375B6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 75 and B6. RGB value is (163,117,182). Sum of RGB (Red+Green+Blue) = 163+117+182=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 182 - color contains mainly: blue. Hex color #A375B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375B6 is #5C8A49. Grayscale: #898989. Windows color (decimal): -6064714 or 11957667. OLE color: 11957667.

HSL color Cylindrical-coordinate representation of color #A375B6: hue angle of 282.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A375B6 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163117182-
CMYK0.100.3600.29
HSL282.46º30.81%58.63%-
HSV(B)282.46º35.71%71.37%-
XYZ29.9123.8947.29-
YUV138.16152.74145.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 117 (46.09% from 255) = 25.32%
BLUE value IS 182 (71.48% from 255) = 39.39%
R=35.28%
G=25.32%
B=39.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631171820.100.3600.29282.4630.8158.63
HexA375B6A2401D11a1f3b
Octal24316526612440354323773
Binary10100011111010110110110101010010001110110001101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375B6; }

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

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

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

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

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

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

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

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