Html Css Color HEX #A278BE Purple Mountain's Majesty

📋 copy color: '#A278BE'

red 162 ◦ green 120 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A278BE

Tints of Purple Mountain's Majesty #A278BE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.42%

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 34.32%
G = 25.42%
B = 40.25%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A278BE (or 0xA278BE) is known color: Purple Mountain's Majesty. HEX triplet: A2, 78 and BE. RGB value is (162,120,190). Sum of RGB (Red+Green+Blue) = 162+120+190=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #A278BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278BE is #5D8741. Grayscale: #8C8C8C. Windows color (decimal): -6129474 or 12482722. OLE color: 12482722.

HSL color Cylindrical-coordinate representation of color #A278BE: hue angle of 276º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A278BE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 120 190 -
CMYK 0.15 0.37 0 0.25
HSL 276º 0.35% 0.61% -
HSV(B) 276º 0.37% 0.75% -
XYZ 30.91 24.83 51.88 -
YUV 140.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 162 120 190 0.15 0.37 0 0.25 276 0.35 0.61
Hex A2 78 BE F 25 0 19 114 23 3D
Octal 242 170 276 17 45 0 31 424 43 75
Binary 10100010 1111000 10111110 1111 100101 0 11001 100010100 100011 111101

Color Harmonies of #A278BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A278BE

Black with #A278BE

Text Example


Text Example

White with #A278BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A278BE; }

 p { color: rgb(162,120,190); }

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

background-color css

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

 a { background-color: rgb(162,120,190); }

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

border-color css

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

 span { border-color: rgb(162,120,190); }

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