Html Css Color HEX #A17BB6 Purple Mountain's Majesty

📋 copy color: '#A17BB6'

red 161 ◦ green 123 ◦ blue 182

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

Shades of Purple Mountain's Majesty #A17BB6

Tints of Purple Mountain's Majesty #A17BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 34.55%
G = 26.39%
B = 39.06%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A17BB6 (or 0xA17BB6) is known color: Purple Mountain's Majesty. HEX triplet: A1, 7B and B6. RGB value is (161,123,182). Sum of RGB (Red+Green+Blue) = 161+123+182=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #A17BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BB6 is #5E8449. Grayscale: #8C8C8C. Windows color (decimal): -6194250 or 11959201. OLE color: 11959201.

HSL color Cylindrical-coordinate representation of color #A17BB6: hue angle of 278.64º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17BB6 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 161 123 182 -
CMYK 0.12 0.32 0 0.29
HSL 278.64º 0.29% 0.6% -
HSV(B) 278.64º 0.32% 0.71% -
XYZ 30.22 25.12 47.51 -
YUV 141.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 161 123 182 0.12 0.32 0 0.29 278.64 0.29 0.6
Hex A1 7B B6 C 20 0 1D 117 1D 3C
Octal 241 173 266 14 40 0 35 427 35 74
Binary 10100001 1111011 10110110 1100 100000 0 11101 100010111 11101 111100

Color Harmonies of #A17BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BB6

Black with #A17BB6

Text Example


Text Example

White with #A17BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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