Html Css Color HEX #A17BBA Purple Mountain's Majesty

📋 copy color: '#A17BBA'

red 161 ◦ green 123 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A17BBA

Tints of Purple Mountain's Majesty #A17BBA

RGB

 RED value IS 161 (63.28% from 255) = 34.26%

 GREEN value IS 123 (48.44% from 255) = 26.17%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 34.26%
G = 26.17%
B = 39.57%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A17BBA (or 0xA17BBA) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7B and BA. RGB value is (161,123,186). Sum of RGB (Red+Green+Blue) = 161+123+186=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #A17BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BBA is #5E8445. Grayscale: #8D8D8D. Windows color (decimal): -6194246 or 12221345. OLE color: 12221345.

HSL color Cylindrical-coordinate representation of color #A17BBA: hue angle of 276.19º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A17BBA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 123 186 -
CMYK 0.13 0.34 0 0.27
HSL 276.19º 0.31% 0.61% -
HSV(B) 276.19º 0.34% 0.73% -
XYZ 30.64 25.29 49.72 -
YUV 141.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 161 123 186 0.13 0.34 0 0.27 276.19 0.31 0.61
Hex A1 7B BA D 22 0 1B 114 1F 3D
Octal 241 173 272 15 42 0 33 424 37 75
Binary 10100001 1111011 10111010 1101 100010 0 11011 100010100 11111 111101

Color Harmonies of #A17BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BBA

Black with #A17BBA

Text Example


Text Example

White with #A17BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BBA; }

 p { color: rgb(161,123,186); }

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

background-color css

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

 a { background-color: rgb(161,123,186); }

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

border-color css

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

 span { border-color: rgb(161,123,186); }

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