#A070BF

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

Shades of Purple Mountain's Majesty #A070BF

Tints of Purple Mountain's Majesty #A070BF

Color information

#A070BF (or 0xA070BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A0, 70 and BF. RGB value is (160,112,191). Sum of RGB (Red+Green+Blue) = 160+112+191=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #A070BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070BF is #5F8F40. Grayscale: #878787. Windows color (decimal): -6262593 or 12546208. OLE color: 12546208.

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

Color convert

RGB160112191-
CMYK0.160.4100.25
HSL276.46º38.16%59.41%-
HSV(B)276.46º41.36%74.9%-
XYZ29.722.8252.13-
YUV135.36159.4145.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 191 (75% from 255) = 41.25%
R=34.56%
G=24.19%
B=41.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601121910.160.4100.25276.4638.1659.41
HexA070BF1029019114263b
Octal24016027720510314244673
Binary1010000011100001011111110000101001011001100010100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A070BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A070BF; }

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

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

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

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

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

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

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

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