Html Css Color HEX #A671BE Purple Mountain's Majesty

📋 copy color: '#A671BE'

red 166 ◦ green 113 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A671BE

Tints of Purple Mountain's Majesty #A671BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

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

R = 35.39%
G = 24.09%
B = 40.51%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A671BE (or 0xA671BE) is known color: Purple Mountain's Majesty. HEX triplet: A6, 71 and BE. RGB value is (166,113,190). Sum of RGB (Red+Green+Blue) = 166+113+190=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A671BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A671BE is #598E41. Grayscale: #898989. Windows color (decimal): -5869122 or 12480934. OLE color: 12480934.

HSL color Cylindrical-coordinate representation of color #A671BE: hue angle of 281.3º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A671BE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 113 190 -
CMYK 0.13 0.41 0 0.25
HSL 281.3º 0.37% 0.59% -
HSV(B) 281.3º 0.41% 0.75% -
XYZ 30.93 23.63 51.65 -
YUV 137.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 166 113 190 0.13 0.41 0 0.25 281.3 0.37 0.59
Hex A6 71 BE D 29 0 19 119 25 3B
Octal 246 161 276 15 51 0 31 431 45 73
Binary 10100110 1110001 10111110 1101 101001 0 11001 100011001 100101 111011

Color Harmonies of #A671BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A671BE

Black with #A671BE

Text Example


Text Example

White with #A671BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A671BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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