Html Css Color HEX #A672BE Purple Mountain's Majesty

📋 copy color: '#A672BE'

red 166 ◦ green 114 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A672BE

Tints of Purple Mountain's Majesty #A672BE

RGB

 RED value IS 166 (65.23% from 255) = 35.32%

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

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

R = 35.32%
G = 24.26%
B = 40.43%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A672BE (or 0xA672BE) is known color: Purple Mountain's Majesty. HEX triplet: A6, 72 and BE. RGB value is (166,114,190). Sum of RGB (Red+Green+Blue) = 166+114+190=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #A672BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A672BE is #598D41. Grayscale: #898989. Windows color (decimal): -5868866 or 12481190. OLE color: 12481190.

HSL color Cylindrical-coordinate representation of color #A672BE: hue angle of 281.05º 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 #A672BE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 114 190 -
CMYK 0.13 0.40 0 0.25
HSL 281.05º 0.37% 0.6% -
HSV(B) 281.05º 0.4% 0.75% -
XYZ 31.04 23.86 51.68 -
YUV 138.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 166 114 190 0.13 0.40 0 0.25 281.05 0.37 0.6
Hex A6 72 BE D 28 0 19 119 25 3C
Octal 246 162 276 15 50 0 31 431 45 74
Binary 10100110 1110010 10111110 1101 101000 0 11001 100011001 100101 111100

Color Harmonies of #A672BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A672BE

Black with #A672BE

Text Example


Text Example

White with #A672BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A672BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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