Html Css Color HEX #A772BE Purple Mountain's Majesty

📋 copy color: '#A772BE'

red 167 ◦ green 114 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A772BE

Tints of Purple Mountain's Majesty #A772BE

RGB

 RED value IS 167 (65.63% from 255) = 35.46%

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 35.46%
G = 24.2%
B = 40.34%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A772BE (or 0xA772BE) is known color: Purple Mountain's Majesty. HEX triplet: A7, 72 and BE. RGB value is (167,114,190). Sum of RGB (Red+Green+Blue) = 167+114+190=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #A772BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772BE is #588D41. Grayscale: #8A8A8A. Windows color (decimal): -5803330 or 12481191. OLE color: 12481191.

HSL color Cylindrical-coordinate representation of color #A772BE: hue angle of 281.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A772BE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 114 190 -
CMYK 0.12 0.40 0 0.25
HSL 281.84º 0.37% 0.6% -
HSV(B) 281.84º 0.4% 0.75% -
XYZ 31.25 23.97 51.69 -
YUV 138.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 167 114 190 0.12 0.40 0 0.25 281.84 0.37 0.6
Hex A7 72 BE C 28 0 19 11A 25 3C
Octal 247 162 276 14 50 0 31 432 45 74
Binary 10100111 1110010 10111110 1100 101000 0 11001 100011010 100101 111100

Color Harmonies of #A772BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A772BE

Black with #A772BE

Text Example


Text Example

White with #A772BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A772BE; }

 p { color: rgb(167,114,190); }

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

background-color css

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

 a { background-color: rgb(167,114,190); }

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

border-color css

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

 span { border-color: rgb(167,114,190); }

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