Html Css Color HEX #A378B5 Purple Mountain's Majesty

📋 copy color: '#A378B5'

red 163 ◦ green 120 ◦ blue 181

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

Shades of Purple Mountain's Majesty #A378B5

Tints of Purple Mountain's Majesty #A378B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 35.13%
G = 25.86%
B = 39.01%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A378B5 (or 0xA378B5) is known color: Purple Mountain's Majesty. HEX triplet: A3, 78 and B5. RGB value is (163,120,181). Sum of RGB (Red+Green+Blue) = 163+120+181=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #A378B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378B5 is #5C874A. Grayscale: #8B8B8B. Windows color (decimal): -6063947 or 11892899. OLE color: 11892899.

HSL color Cylindrical-coordinate representation of color #A378B5: hue angle of 282.3º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A378B5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 120 181 -
CMYK 0.10 0.34 0 0.29
HSL 282.3º 0.29% 0.59% -
HSV(B) 282.3º 0.34% 0.71% -
XYZ 30.16 24.56 46.87 -
YUV 139.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 163 120 181 0.10 0.34 0 0.29 282.3 0.29 0.59
Hex A3 78 B5 A 22 0 1D 11A 1D 3B
Octal 243 170 265 12 42 0 35 432 35 73
Binary 10100011 1111000 10110101 1010 100010 0 11101 100011010 11101 111011

Color Harmonies of #A378B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378B5

Black with #A378B5

Text Example


Text Example

White with #A378B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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