Html Css Color HEX #A576C0 Purple Mountain's Majesty

📋 copy color: '#A576C0'

red 165 ◦ green 118 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A576C0

Tints of Purple Mountain's Majesty #A576C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 34.74%
G = 24.84%
B = 40.42%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A576C0 (or 0xA576C0) is known color: Purple Mountain's Majesty. HEX triplet: A5, 76 and C0. RGB value is (165,118,192). Sum of RGB (Red+Green+Blue) = 165+118+192=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #A576C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A576C0 is #5A893F. Grayscale: #8C8C8C. Windows color (decimal): -5933376 or 12613285. OLE color: 12613285.

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

Color convert

RGB 165 118 192 -
CMYK 0.14 0.39 0 0.25
HSL 278.11º 0.37% 0.61% -
HSV(B) 278.11º 0.39% 0.75% -
XYZ 31.51 24.76 52.99 -
YUV 140.49 157.07 145.48 -
System Red Green Blue C M Y K H S L
Decimal 165 118 192 0.14 0.39 0 0.25 278.11 0.37 0.61
Hex A5 76 C0 E 27 0 19 116 25 3D
Octal 245 166 300 16 47 0 31 426 45 75
Binary 10100101 1110110 11000000 1110 100111 0 11001 100010110 100101 111101

Color Harmonies of #A576C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576C0

Black with #A576C0

Text Example


Text Example

White with #A576C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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