#A375BE

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

Shades of Purple Mountain's Majesty #A375BE

Tints of Purple Mountain's Majesty #A375BE

Color information

#A375BE (or 0xA375BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 75 and BE. RGB value is (163,117,190). Sum of RGB (Red+Green+Blue) = 163+117+190=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #A375BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375BE is #5C8A41. Grayscale: #8A8A8A. Windows color (decimal): -6064706 or 12481955. OLE color: 12481955.

HSL color Cylindrical-coordinate representation of color #A375BE: hue angle of 277.81º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A375BE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163117190-
CMYK0.140.3800.25
HSL277.81º35.96%60.2%-
HSV(B)277.81º38.42%74.51%-
XYZ30.7624.2351.77-
YUV139.08156.74145.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=34.68%
G=24.89%
B=40.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631171900.140.3800.25277.8135.9660.2
HexA375BEE26019116243c
Octal24316527616460314264474
Binary101000111110101101111101110100110011001100010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375BE; }

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

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

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

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

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

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

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

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