#A075B8

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

Shades of Purple Mountain's Majesty #A075B8

Tints of Purple Mountain's Majesty #A075B8

Color information

#A075B8 (or 0xA075B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 75 and B8. RGB value is (160,117,184). Sum of RGB (Red+Green+Blue) = 160+117+184=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 184 - color contains mainly: blue. Hex color #A075B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075B8 is #5F8A47. Grayscale: #898989. Windows color (decimal): -6261320 or 12088736. OLE color: 12088736.

HSL color Cylindrical-coordinate representation of color #A075B8: hue angle of 278.51º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A075B8 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160117184-
CMYK0.130.3600.28
HSL278.51º32.06%59.02%-
HSV(B)278.51º36.41%72.16%-
XYZ29.5123.6648.36-
YUV137.5154.25144.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=34.71%
G=25.38%
B=39.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601171840.130.3600.28278.5132.0659.02
HexA075B8D2401C117203b
Octal24016527015440344274073
Binary101000001110101101110001101100100011100100010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075B8; }

 p { color: rgb(160,117,184); }

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

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

 a { background-color: rgb(160,117,184); }

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

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

 span { border-color: rgb(160,117,184); }

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