Html Css Color HEX #A570BA Purple Mountain's Majesty

📋 copy color: '#A570BA'

red 165 ◦ green 112 ◦ blue 186

#A570BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #A570BA

Tints of Purple Mountain's Majesty #A570BA

RGB

 RED value IS 165 (64.84% from 255) = 35.64%

 GREEN value IS 112 (44.14% from 255) = 24.19%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 35.64%
G = 24.19%
B = 40.17%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A570BA (or 0xA570BA) is known color: Purple Mountain's Majesty. HEX triplet: A5, 70 and BA. RGB value is (165,112,186). Sum of RGB (Red+Green+Blue) = 165+112+186=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #A570BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570BA is #5A8F45. Grayscale: #888888. Windows color (decimal): -5934918 or 12218533. OLE color: 12218533.

HSL color Cylindrical-coordinate representation of color #A570BA: hue angle of 282.97º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A570BA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 112 186 -
CMYK 0.11 0.40 0 0.27
HSL 282.97º 0.35% 0.58% -
HSV(B) 282.97º 0.4% 0.73% -
XYZ 30.17 23.13 49.33 -
YUV 136.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 165 112 186 0.11 0.40 0 0.27 282.97 0.35 0.58
Hex A5 70 BA B 28 0 1B 11B 23 3A
Octal 245 160 272 13 50 0 33 433 43 72
Binary 10100101 1110000 10111010 1011 101000 0 11011 100011011 100011 111010

Color Harmonies of #A570BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570BA

Black with #A570BA

Text Example


Text Example

White with #A570BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570BA; }

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

 H1.HeaderClassName
 {
   color: #A570BA;
 }
 .AnyTagClassName
 {
   color: #A570BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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