#A570BF

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

Shades of Purple Mountain's Majesty #A570BF

Tints of Purple Mountain's Majesty #A570BF

Color information

#A570BF (or 0xA570BF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: A5, 70 and BF. RGB value is (165,112,191). Sum of RGB (Red+Green+Blue) = 165+112+191=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 112 (44.14% from 255 or 23.93% 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 #A570BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570BF is #5A8F40. Grayscale: #888888. Windows color (decimal): -5934913 or 12546213. OLE color: 12546213.

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

Color convert

RGB165112191-
CMYK0.140.4100.25
HSL280.25º38.16%59.41%-
HSV(B)280.25º41.36%74.9%-
XYZ30.7223.3552.18-
YUV136.85158.56148.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 191 (75% from 255) = 40.81%
R=35.26%
G=23.93%
B=40.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651121910.140.4100.25280.2538.1659.41
HexA570BFE29019118263b
Octal24516027716510314304673
Binary101001011110000101111111110101001011001100011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570BF; }

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

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

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

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

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

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

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

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