Html Css Color HEX #A273BB Purple Mountain's Majesty

📋 copy color: '#A273BB'

red 162 ◦ green 115 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A273BB

Tints of Purple Mountain's Majesty #A273BB

RGB

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

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

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

R = 34.91%
G = 24.78%
B = 40.3%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A273BB (or 0xA273BB) is known color: Purple Mountain's Majesty. HEX triplet: A2, 73 and BB. RGB value is (162,115,187). Sum of RGB (Red+Green+Blue) = 162+115+187=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #A273BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A273BB is #5D8C44. Grayscale: #898989. Windows color (decimal): -6130757 or 12284834. OLE color: 12284834.

HSL color Cylindrical-coordinate representation of color #A273BB: hue angle of 279.17º 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 #A273BB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 115 187 -
CMYK 0.13 0.39 0 0.27
HSL 279.17º 0.35% 0.59% -
HSV(B) 279.17º 0.39% 0.73% -
XYZ 30 23.53 49.97 -
YUV 137.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 162 115 187 0.13 0.39 0 0.27 279.17 0.35 0.59
Hex A2 73 BB D 27 0 1B 117 23 3B
Octal 242 163 273 15 47 0 33 427 43 73
Binary 10100010 1110011 10111011 1101 100111 0 11011 100010111 100011 111011

Color Harmonies of #A273BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A273BB

Black with #A273BB

Text Example


Text Example

White with #A273BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A273BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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