Html Css Color HEX #A576BD Purple Mountain's Majesty

📋 copy color: '#A576BD'

red 165 ◦ green 118 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A576BD

Tints of Purple Mountain's Majesty #A576BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25%

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

R = 34.96%
G = 25%
B = 40.04%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A576BD (or 0xA576BD) is known color: Purple Mountain's Majesty. HEX triplet: A5, 76 and BD. RGB value is (165,118,189). Sum of RGB (Red+Green+Blue) = 165+118+189=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A576BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576BD is #5A8942. Grayscale: #8B8B8B. Windows color (decimal): -5933379 or 12416677. OLE color: 12416677.

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

Color convert

RGB 165 118 189 -
CMYK 0.13 0.38 0 0.26
HSL 279.72º 0.35% 0.6% -
HSV(B) 279.72º 0.38% 0.74% -
XYZ 31.18 24.63 51.25 -
YUV 140.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 165 118 189 0.13 0.38 0 0.26 279.72 0.35 0.6
Hex A5 76 BD D 26 0 1A 118 23 3C
Octal 245 166 275 15 46 0 32 430 43 74
Binary 10100101 1110110 10111101 1101 100110 0 11010 100011000 100011 111100

Color Harmonies of #A576BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576BD

Black with #A576BD

Text Example


Text Example

White with #A576BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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