#A075BF

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

Shades of Purple Mountain's Majesty #A075BF

Tints of Purple Mountain's Majesty #A075BF

Color information

#A075BF (or 0xA075BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 75 and BF. RGB value is (160,117,191). Sum of RGB (Red+Green+Blue) = 160+117+191=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A075BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075BF is #5F8A40. Grayscale: #8A8A8A. Windows color (decimal): -6261313 or 12547488. OLE color: 12547488.

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

Color convert

RGB160117191-
CMYK0.160.3900.25
HSL274.86º36.63%60.39%-
HSV(B)274.86º38.74%74.9%-
XYZ30.2623.9652.32-
YUV138.29157.75143.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.19%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 191 (75% from 255) = 40.81%
R=34.19%
G=25%
B=40.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601171910.160.3900.25274.8636.6360.39
HexA075BF1027019113253c
Octal24016527720470314234574
Binary1010000011101011011111110000100111011001100010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A075BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A075BF; }

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

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

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

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

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

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

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

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