#A375C3

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

Shades of Purple Mountain's Majesty #A375C3

Tints of Purple Mountain's Majesty #A375C3

Color information

#A375C3 (or 0xA375C3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A3, 75 and C3. RGB value is (163,117,195). Sum of RGB (Red+Green+Blue) = 163+117+195=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #A375C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375C3 is #5C8A3C. Grayscale: #8B8B8B. Windows color (decimal): -6064701 or 12809635. OLE color: 12809635.

HSL color Cylindrical-coordinate representation of color #A375C3: hue angle of 275.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A375C3 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163117195-
CMYK0.160.400.24
HSL275.38º39.39%61.18%-
HSV(B)275.38º40%76.47%-
XYZ31.3224.4554.7-
YUV139.65159.24144.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 195 (76.56% from 255) = 41.05%
R=34.32%
G=24.63%
B=41.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631171950.160.400.24275.3839.3961.18
HexA375C31028018113273d
Octal24316530320500304234775
Binary1010001111101011100001110000101000011000100010011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A375C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A375C3; }

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

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

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

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

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

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

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

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