#A075BE

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

Shades of Purple Mountain's Majesty #A075BE

Tints of Purple Mountain's Majesty #A075BE

Color information

#A075BE (or 0xA075BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 75 and BE. RGB value is (160,117,190). Sum of RGB (Red+Green+Blue) = 160+117+190=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #A075BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075BE is #5F8A41. Grayscale: #898989. Windows color (decimal): -6261314 or 12481952. OLE color: 12481952.

HSL color Cylindrical-coordinate representation of color #A075BE: hue angle of 275.34º 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 #A075BE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160117190-
CMYK0.160.3800.25
HSL275.34º35.96%60.2%-
HSV(B)275.34º38.42%74.51%-
XYZ30.1523.9151.74-
YUV138.18157.25143.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 117 (46.09% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=34.26%
G=25.05%
B=40.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601171900.160.3800.25275.3435.9660.2
HexA075BE1026019113243c
Octal24016527620460314234474
Binary1010000011101011011111010000100110011001100010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075BE; }

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

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

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

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

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

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

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

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