Html Css Color HEX #A673BB Purple Mountain's Majesty

📋 copy color: '#A673BB'

red 166 ◦ green 115 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A673BB

Tints of Purple Mountain's Majesty #A673BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.57%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 35.47%
G = 24.57%
B = 39.96%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A673BB (or 0xA673BB) is known color: Purple Mountain's Majesty. HEX triplet: A6, 73 and BB. RGB value is (166,115,187). Sum of RGB (Red+Green+Blue) = 166+115+187=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #A673BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A673BB is #598C44. Grayscale: #8A8A8A. Windows color (decimal): -5868613 or 12284838. OLE color: 12284838.

HSL color Cylindrical-coordinate representation of color #A673BB: hue angle of 282.5º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A673BB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 115 187 -
CMYK 0.11 0.39 0 0.27
HSL 282.5º 0.35% 0.59% -
HSV(B) 282.5º 0.39% 0.73% -
XYZ 30.83 23.96 50.01 -
YUV 138.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 166 115 187 0.11 0.39 0 0.27 282.5 0.35 0.59
Hex A6 73 BB B 27 0 1B 11A 23 3B
Octal 246 163 273 13 47 0 33 432 43 73
Binary 10100110 1110011 10111011 1011 100111 0 11011 100011010 100011 111011

Color Harmonies of #A673BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A673BB

Black with #A673BB

Text Example


Text Example

White with #A673BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A673BB; }

 p { color: rgb(166,115,187); }

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

background-color css

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

 a { background-color: rgb(166,115,187); }

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

border-color css

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

 span { border-color: rgb(166,115,187); }

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