Html Css Color HEX #A576BF Purple Mountain's Majesty

📋 copy color: '#A576BF'

red 165 ◦ green 118 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A576BF

Tints of Purple Mountain's Majesty #A576BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 34.81%
G = 24.89%
B = 40.3%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A576BF (or 0xA576BF) is known color: Purple Mountain's Majesty. HEX triplet: A5, 76 and BF. RGB value is (165,118,191). Sum of RGB (Red+Green+Blue) = 165+118+191=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A576BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576BF is #5A8940. Grayscale: #8C8C8C. Windows color (decimal): -5933377 or 12547749. OLE color: 12547749.

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

Color convert

RGB 165 118 191 -
CMYK 0.14 0.38 0 0.25
HSL 278.63º 0.36% 0.61% -
HSV(B) 278.63º 0.38% 0.75% -
XYZ 31.4 24.72 52.41 -
YUV 140.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 165 118 191 0.14 0.38 0 0.25 278.63 0.36 0.61
Hex A5 76 BF E 26 0 19 117 24 3D
Octal 245 166 277 16 46 0 31 427 44 75
Binary 10100101 1110110 10111111 1110 100110 0 11001 100010111 100100 111101

Color Harmonies of #A576BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576BF

Black with #A576BF

Text Example


Text Example

White with #A576BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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