Html Css Color HEX #A570BD Purple Mountain's Majesty

📋 copy color: '#A570BD'

red 165 ◦ green 112 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A570BD

Tints of Purple Mountain's Majesty #A570BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 35.41%
G = 24.03%
B = 40.56%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A570BD (or 0xA570BD) is known color: Purple Mountain's Majesty. HEX triplet: A5, 70 and BD. RGB value is (165,112,189). Sum of RGB (Red+Green+Blue) = 165+112+189=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #A570BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570BD is #5A8F42. Grayscale: #888888. Windows color (decimal): -5934915 or 12415141. OLE color: 12415141.

HSL color Cylindrical-coordinate representation of color #A570BD: hue angle of 281.3º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A570BD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 112 189 -
CMYK 0.13 0.41 0 0.26
HSL 281.3º 0.37% 0.59% -
HSV(B) 281.3º 0.41% 0.74% -
XYZ 30.5 23.26 51.03 -
YUV 136.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 165 112 189 0.13 0.41 0 0.26 281.3 0.37 0.59
Hex A5 70 BD D 29 0 1A 119 25 3B
Octal 245 160 275 15 51 0 32 431 45 73
Binary 10100101 1110000 10111101 1101 101001 0 11010 100011001 100101 111011

Color Harmonies of #A570BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A570BD

Black with #A570BD

Text Example


Text Example

White with #A570BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A570BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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