Html Css Color HEX #A576C3 Purple Mountain's Majesty

📋 copy color: '#A576C3'

red 165 ◦ green 118 ◦ blue 195

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

Shades of Purple Mountain's Majesty #A576C3

Tints of Purple Mountain's Majesty #A576C3

RGB

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

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

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

R = 34.52%
G = 24.69%
B = 40.79%

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

#A576C3 (or 0xA576C3) is known color: Purple Mountain's Majesty. HEX triplet: A5, 76 and C3. RGB value is (165,118,195). Sum of RGB (Red+Green+Blue) = 165+118+195=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #A576C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576C3 is #5A893C. Grayscale: #8C8C8C. Windows color (decimal): -5933373 or 12809893. OLE color: 12809893.

HSL color Cylindrical-coordinate representation of color #A576C3: hue angle of 276.62º degrees, saturation: 0.39, 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 #A576C3 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 118 195 -
CMYK 0.15 0.39 0 0.24
HSL 276.62º 0.39% 0.61% -
HSV(B) 276.62º 0.39% 0.76% -
XYZ 31.85 24.9 54.76 -
YUV 140.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 165 118 195 0.15 0.39 0 0.24 276.62 0.39 0.61
Hex A5 76 C3 F 27 0 18 115 27 3D
Octal 245 166 303 17 47 0 30 425 47 75
Binary 10100101 1110110 11000011 1111 100111 0 11000 100010101 100111 111101

Color Harmonies of #A576C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576C3

Black with #A576C3

Text Example


Text Example

White with #A576C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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