#A075BB

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

Shades of Purple Mountain's Majesty #A075BB

Tints of Purple Mountain's Majesty #A075BB

Color information

#A075BB (or 0xA075BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 75 and BB. RGB value is (160,117,187). Sum of RGB (Red+Green+Blue) = 160+117+187=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A075BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075BB is #5F8A44. Grayscale: #898989. Windows color (decimal): -6261317 or 12285344. OLE color: 12285344.

HSL color Cylindrical-coordinate representation of color #A075BB: hue angle of 276.86º 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 #A075BB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160117187-
CMYK0.140.3700.27
HSL276.86º33.98%59.61%-
HSV(B)276.86º37.43%73.33%-
XYZ29.8323.7850.03-
YUV137.84155.75143.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=34.48%
G=25.22%
B=40.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601171870.140.3700.27276.8633.9859.61
HexA075BBE2501B115223c
Octal24016527316450334254274
Binary101000001110101101110111110100101011011100010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075BB; }

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

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

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

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

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

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

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

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