Html Css Color HEX #A577C2 Purple Mountain's Majesty

📋 copy color: '#A577C2'

red 165 ◦ green 119 ◦ blue 194

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

Shades of Purple Mountain's Majesty #A577C2

Tints of Purple Mountain's Majesty #A577C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.59%

R = 34.52%
G = 24.9%
B = 40.59%

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

#A577C2 (or 0xA577C2) is known color: Purple Mountain's Majesty. HEX triplet: A5, 77 and C2. RGB value is (165,119,194). Sum of RGB (Red+Green+Blue) = 165+119+194=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 194 - color contains mainly: blue. Hex color #A577C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577C2 is #5A883D. Grayscale: #8D8D8D. Windows color (decimal): -5933118 or 12744613. OLE color: 12744613.

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

Color convert

RGB 165 119 194 -
CMYK 0.15 0.39 0 0.24
HSL 276.8º 0.38% 0.61% -
HSV(B) 276.8º 0.39% 0.76% -
XYZ 31.85 25.09 54.2 -
YUV 141.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 165 119 194 0.15 0.39 0 0.24 276.8 0.38 0.61
Hex A5 77 C2 F 27 0 18 115 26 3D
Octal 245 167 302 17 47 0 30 425 46 75
Binary 10100101 1110111 11000010 1111 100111 0 11000 100010101 100110 111101

Color Harmonies of #A577C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577C2

Black with #A577C2

Text Example


Text Example

White with #A577C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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