Html Css Color HEX #A278BC Purple Mountain's Majesty

📋 copy color: '#A278BC'

red 162 ◦ green 120 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A278BC

Tints of Purple Mountain's Majesty #A278BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 34.47%
G = 25.53%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A278BC (or 0xA278BC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 78 and BC. RGB value is (162,120,188). Sum of RGB (Red+Green+Blue) = 162+120+188=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #A278BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278BC is #5D8743. Grayscale: #8C8C8C. Windows color (decimal): -6129476 or 12351650. OLE color: 12351650.

HSL color Cylindrical-coordinate representation of color #A278BC: hue angle of 277.06º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A278BC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 120 188 -
CMYK 0.14 0.36 0 0.26
HSL 277.06º 0.34% 0.6% -
HSV(B) 277.06º 0.36% 0.74% -
XYZ 30.69 24.75 50.74 -
YUV 140.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 162 120 188 0.14 0.36 0 0.26 277.06 0.34 0.6
Hex A2 78 BC E 24 0 1A 115 22 3C
Octal 242 170 274 16 44 0 32 425 42 74
Binary 10100010 1111000 10111100 1110 100100 0 11010 100010101 100010 111100

Color Harmonies of #A278BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A278BC

Black with #A278BC

Text Example


Text Example

White with #A278BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A278BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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