Html Css Color HEX #A278C1 Purple Mountain's Majesty

📋 copy color: '#A278C1'

red 162 ◦ green 120 ◦ blue 193

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

Shades of Purple Mountain's Majesty #A278C1

Tints of Purple Mountain's Majesty #A278C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.63%

R = 34.11%
G = 25.26%
B = 40.63%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A278C1 (or 0xA278C1) is known color: Purple Mountain's Majesty. HEX triplet: A2, 78 and C1. RGB value is (162,120,193). Sum of RGB (Red+Green+Blue) = 162+120+193=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #A278C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278C1 is #5D873E. Grayscale: #8C8C8C. Windows color (decimal): -6129471 or 12679330. OLE color: 12679330.

HSL color Cylindrical-coordinate representation of color #A278C1: hue angle of 274.52º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A278C1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 120 193 -
CMYK 0.16 0.38 0 0.24
HSL 274.52º 0.37% 0.61% -
HSV(B) 274.52º 0.38% 0.76% -
XYZ 31.24 24.96 53.62 -
YUV 140.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 162 120 193 0.16 0.38 0 0.24 274.52 0.37 0.61
Hex A2 78 C1 10 26 0 18 113 25 3D
Octal 242 170 301 20 46 0 30 423 45 75
Binary 10100010 1111000 11000001 10000 100110 0 11000 100010011 100101 111101

Color Harmonies of #A278C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A278C1

Black with #A278C1

Text Example


Text Example

White with #A278C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A278C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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