Html Css Color HEX #A472BC Purple Mountain's Majesty

📋 copy color: '#A472BC'

red 164 ◦ green 114 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A472BC

Tints of Purple Mountain's Majesty #A472BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.46%

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

R = 35.19%
G = 24.46%
B = 40.34%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A472BC (or 0xA472BC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 72 and BC. RGB value is (164,114,188). Sum of RGB (Red+Green+Blue) = 164+114+188=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #A472BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A472BC is #5B8D43. Grayscale: #898989. Windows color (decimal): -5999940 or 12350116. OLE color: 12350116.

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

Color convert

RGB 164 114 188 -
CMYK 0.13 0.39 0 0.26
HSL 280.54º 0.36% 0.59% -
HSV(B) 280.54º 0.39% 0.74% -
XYZ 30.4 23.56 50.52 -
YUV 137.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 164 114 188 0.13 0.39 0 0.26 280.54 0.36 0.59
Hex A4 72 BC D 27 0 1A 119 24 3B
Octal 244 162 274 15 47 0 32 431 44 73
Binary 10100100 1110010 10111100 1101 100111 0 11010 100011001 100100 111011

Color Harmonies of #A472BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472BC

Black with #A472BC

Text Example


Text Example

White with #A472BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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