Html Css Color HEX #A378BD Purple Mountain's Majesty

📋 copy color: '#A378BD'

red 163 ◦ green 120 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A378BD

Tints of Purple Mountain's Majesty #A378BD

RGB

 RED value IS 163 (64.06% from 255) = 34.53%

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 34.53%
G = 25.42%
B = 40.04%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A378BD (or 0xA378BD) is known color: Purple Mountain's Majesty. HEX triplet: A3, 78 and BD. RGB value is (163,120,189). Sum of RGB (Red+Green+Blue) = 163+120+189=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #A378BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378BD is #5C8742. Grayscale: #8C8C8C. Windows color (decimal): -6063939 or 12417187. OLE color: 12417187.

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

Color convert

RGB 163 120 189 -
CMYK 0.14 0.37 0 0.26
HSL 277.39º 0.34% 0.61% -
HSV(B) 277.39º 0.37% 0.74% -
XYZ 31.01 24.89 51.31 -
YUV 140.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 163 120 189 0.14 0.37 0 0.26 277.39 0.34 0.61
Hex A3 78 BD E 25 0 1A 115 22 3D
Octal 243 170 275 16 45 0 32 425 42 75
Binary 10100011 1111000 10111101 1110 100101 0 11010 100010101 100010 111101

Color Harmonies of #A378BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378BD

Black with #A378BD

Text Example


Text Example

White with #A378BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378BD; }

 p { color: rgb(163,120,189); }

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

background-color css

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

 a { background-color: rgb(163,120,189); }

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

border-color css

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

 span { border-color: rgb(163,120,189); }

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