Html Css Color HEX #A475BC Purple Mountain's Majesty

📋 copy color: '#A475BC'

red 164 ◦ green 117 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A475BC

Tints of Purple Mountain's Majesty #A475BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 34.97%
G = 24.95%
B = 40.09%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A475BC (or 0xA475BC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 75 and BC. RGB value is (164,117,188). Sum of RGB (Red+Green+Blue) = 164+117+188=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #A475BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A475BC is #5B8A43. Grayscale: #8A8A8A. Windows color (decimal): -5999172 or 12350884. OLE color: 12350884.

HSL color Cylindrical-coordinate representation of color #A475BC: hue angle of 279.72º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A475BC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 117 188 -
CMYK 0.13 0.38 0 0.26
HSL 279.72º 0.35% 0.6% -
HSV(B) 279.72º 0.38% 0.74% -
XYZ 30.75 24.25 50.64 -
YUV 139.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 164 117 188 0.13 0.38 0 0.26 279.72 0.35 0.6
Hex A4 75 BC D 26 0 1A 118 23 3C
Octal 244 165 274 15 46 0 32 430 43 74
Binary 10100100 1110101 10111100 1101 100110 0 11010 100011000 100011 111100

Color Harmonies of #A475BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475BC

Black with #A475BC

Text Example


Text Example

White with #A475BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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