Html Css Color HEX #A571BD Purple Mountain's Majesty

📋 copy color: '#A571BD'

red 165 ◦ green 113 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A571BD

Tints of Purple Mountain's Majesty #A571BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

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

R = 35.33%
G = 24.2%
B = 40.47%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A571BD (or 0xA571BD) is known color: Purple Mountain's Majesty. HEX triplet: A5, 71 and BD. RGB value is (165,113,189). Sum of RGB (Red+Green+Blue) = 165+113+189=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A571BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A571BD is #5A8E42. Grayscale: #888888. Windows color (decimal): -5934659 or 12415397. OLE color: 12415397.

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

Color convert

RGB 165 113 189 -
CMYK 0.13 0.40 0 0.26
HSL 281.05º 0.37% 0.59% -
HSV(B) 281.05º 0.4% 0.74% -
XYZ 30.61 23.48 51.06 -
YUV 137.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 165 113 189 0.13 0.40 0 0.26 281.05 0.37 0.59
Hex A5 71 BD D 28 0 1A 119 25 3B
Octal 245 161 275 15 50 0 32 431 45 73
Binary 10100101 1110001 10111101 1101 101000 0 11010 100011001 100101 111011

Color Harmonies of #A571BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571BD

Black with #A571BD

Text Example


Text Example

White with #A571BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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