Html Css Color HEX #A577C3 Purple Mountain's Majesty

📋 copy color: '#A577C3'

red 165 ◦ green 119 ◦ blue 195

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

Shades of Purple Mountain's Majesty #A577C3

Tints of Purple Mountain's Majesty #A577C3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.84%

 BLUE value IS 195 (76.56% from 255) = 40.71%

R = 34.45%
G = 24.84%
B = 40.71%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A577C3 (or 0xA577C3) is known color: Purple Mountain's Majesty. HEX triplet: A5, 77 and C3. RGB value is (165,119,195). Sum of RGB (Red+Green+Blue) = 165+119+195=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #A577C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577C3 is #5A883C. Grayscale: #8D8D8D. Windows color (decimal): -5933117 or 12810149. OLE color: 12810149.

HSL color Cylindrical-coordinate representation of color #A577C3: hue angle of 276.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A577C3 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 119 195 -
CMYK 0.15 0.39 0 0.24
HSL 276.32º 0.39% 0.62% -
HSV(B) 276.32º 0.39% 0.76% -
XYZ 31.96 25.13 54.8 -
YUV 141.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 165 119 195 0.15 0.39 0 0.24 276.32 0.39 0.62
Hex A5 77 C3 F 27 0 18 114 27 3E
Octal 245 167 303 17 47 0 30 424 47 76
Binary 10100101 1110111 11000011 1111 100111 0 11000 100010100 100111 111110

Color Harmonies of #A577C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577C3

Black with #A577C3

Text Example


Text Example

White with #A577C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577C3; }

 p { color: rgb(165,119,195); }

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

background-color css

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

 a { background-color: rgb(165,119,195); }

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

border-color css

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

 span { border-color: rgb(165,119,195); }

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