Html Css Color HEX #A576BE Purple Mountain's Majesty

📋 copy color: '#A576BE'

red 165 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A576BE

Tints of Purple Mountain's Majesty #A576BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 34.88%
G = 24.95%
B = 40.17%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A576BE (or 0xA576BE) is known color: Purple Mountain's Majesty. HEX triplet: A5, 76 and BE. RGB value is (165,118,190). Sum of RGB (Red+Green+Blue) = 165+118+190=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A576BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576BE is #5A8941. Grayscale: #8C8C8C. Windows color (decimal): -5933378 or 12482213. OLE color: 12482213.

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

Color convert

RGB 165 118 190 -
CMYK 0.13 0.38 0 0.25
HSL 279.17º 0.36% 0.6% -
HSV(B) 279.17º 0.38% 0.75% -
XYZ 31.29 24.67 51.83 -
YUV 140.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 165 118 190 0.13 0.38 0 0.25 279.17 0.36 0.6
Hex A5 76 BE D 26 0 19 117 24 3C
Octal 245 166 276 15 46 0 31 427 44 74
Binary 10100101 1110110 10111110 1101 100110 0 11001 100010111 100100 111100

Color Harmonies of #A576BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576BE

Black with #A576BE

Text Example


Text Example

White with #A576BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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