Html Css Color HEX #A475BA Purple Mountain's Majesty

📋 copy color: '#A475BA'

red 164 ◦ green 117 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A475BA

Tints of Purple Mountain's Majesty #A475BA

RGB

 RED value IS 164 (64.45% from 255) = 35.12%

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 35.12%
G = 25.05%
B = 39.83%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A475BA (or 0xA475BA) is known color: Purple Mountain's Majesty. HEX triplet: A4, 75 and BA. RGB value is (164,117,186). Sum of RGB (Red+Green+Blue) = 164+117+186=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #A475BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475BA is #5B8A45. Grayscale: #8A8A8A. Windows color (decimal): -5999174 or 12219812. OLE color: 12219812.

HSL color Cylindrical-coordinate representation of color #A475BA: hue angle of 280.87º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A475BA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 117 186 -
CMYK 0.12 0.37 0 0.27
HSL 280.87º 0.33% 0.59% -
HSV(B) 280.87º 0.37% 0.73% -
XYZ 30.53 24.16 49.51 -
YUV 138.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 164 117 186 0.12 0.37 0 0.27 280.87 0.33 0.59
Hex A4 75 BA C 25 0 1B 119 21 3B
Octal 244 165 272 14 45 0 33 431 41 73
Binary 10100100 1110101 10111010 1100 100101 0 11011 100011001 100001 111011

Color Harmonies of #A475BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475BA

Black with #A475BA

Text Example


Text Example

White with #A475BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475BA; }

 p { color: rgb(164,117,186); }

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

background-color css

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

 a { background-color: rgb(164,117,186); }

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

border-color css

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

 span { border-color: rgb(164,117,186); }

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