Html Css Color HEX #A274BA Purple Mountain's Majesty

📋 copy color: '#A274BA'

red 162 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A274BA

Tints of Purple Mountain's Majesty #A274BA

RGB

 RED value IS 162 (63.67% from 255) = 34.91%

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 34.91%
G = 25%
B = 40.09%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A274BA (or 0xA274BA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 74 and BA. RGB value is (162,116,186). Sum of RGB (Red+Green+Blue) = 162+116+186=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 116 (45.70% from 255 or 25% 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 #A274BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A274BA is #5D8B45. Grayscale: #898989. Windows color (decimal): -6130502 or 12219554. OLE color: 12219554.

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

Color convert

RGB 162 116 186 -
CMYK 0.13 0.38 0 0.27
HSL 279.43º 0.34% 0.59% -
HSV(B) 279.43º 0.38% 0.73% -
XYZ 30.01 23.72 49.45 -
YUV 137.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 162 116 186 0.13 0.38 0 0.27 279.43 0.34 0.59
Hex A2 74 BA D 26 0 1B 117 22 3B
Octal 242 164 272 15 46 0 33 427 42 73
Binary 10100010 1110100 10111010 1101 100110 0 11011 100010111 100010 111011

Color Harmonies of #A274BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A274BA

Black with #A274BA

Text Example


Text Example

White with #A274BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A274BA; }

 p { color: rgb(162,116,186); }

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

background-color css

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

 a { background-color: rgb(162,116,186); }

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

border-color css

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

 span { border-color: rgb(162,116,186); }

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