Html Css Color HEX #A475B8 Purple Mountain's Majesty

📋 copy color: '#A475B8'

red 164 ◦ green 117 ◦ blue 184

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

Shades of Purple Mountain's Majesty #A475B8

Tints of Purple Mountain's Majesty #A475B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.57%

R = 35.27%
G = 25.16%
B = 39.57%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A475B8 (or 0xA475B8) is known color: Purple Mountain's Majesty. HEX triplet: A4, 75 and B8. RGB value is (164,117,184). Sum of RGB (Red+Green+Blue) = 164+117+184=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #A475B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475B8 is #5B8A47. Grayscale: #8A8A8A. Windows color (decimal): -5999176 or 12088740. OLE color: 12088740.

HSL color Cylindrical-coordinate representation of color #A475B8: hue angle of 282.09º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A475B8 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 117 184 -
CMYK 0.11 0.36 0 0.28
HSL 282.09º 0.32% 0.59% -
HSV(B) 282.09º 0.36% 0.72% -
XYZ 30.32 24.08 48.4 -
YUV 138.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 164 117 184 0.11 0.36 0 0.28 282.09 0.32 0.59
Hex A4 75 B8 B 24 0 1C 11A 20 3B
Octal 244 165 270 13 44 0 34 432 40 73
Binary 10100100 1110101 10111000 1011 100100 0 11100 100011010 100000 111011

Color Harmonies of #A475B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475B8

Black with #A475B8

Text Example


Text Example

White with #A475B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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