Html Css Color HEX #A670BA Purple Mountain's Majesty

📋 copy color: '#A670BA'

red 166 ◦ green 112 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A670BA

Tints of Purple Mountain's Majesty #A670BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

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

R = 35.78%
G = 24.14%
B = 40.09%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A670BA (or 0xA670BA) is known color: Purple Mountain's Majesty. HEX triplet: A6, 70 and BA. RGB value is (166,112,186). Sum of RGB (Red+Green+Blue) = 166+112+186=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #A670BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670BA is #598F45. Grayscale: #888888. Windows color (decimal): -5869382 or 12218534. OLE color: 12218534.

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

Color convert

RGB 166 112 186 -
CMYK 0.11 0.40 0 0.27
HSL 283.78º 0.35% 0.58% -
HSV(B) 283.78º 0.4% 0.73% -
XYZ 30.38 23.24 49.34 -
YUV 136.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 166 112 186 0.11 0.40 0 0.27 283.78 0.35 0.58
Hex A6 70 BA B 28 0 1B 11C 23 3A
Octal 246 160 272 13 50 0 33 434 43 72
Binary 10100110 1110000 10111010 1011 101000 0 11011 100011100 100011 111010

Color Harmonies of #A670BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670BA

Black with #A670BA

Text Example


Text Example

White with #A670BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670BA; }

 p { color: rgb(166,112,186); }

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

background-color css

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

 a { background-color: rgb(166,112,186); }

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

border-color css

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

 span { border-color: rgb(166,112,186); }

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