Html Css Color HEX #A378B4 Purple Mountain's Majesty

📋 copy color: '#A378B4'

red 163 ◦ green 120 ◦ blue 180

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

Shades of Purple Mountain's Majesty #A378B4

Tints of Purple Mountain's Majesty #A378B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 35.21%
G = 25.92%
B = 38.88%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A378B4 (or 0xA378B4) is known color: Purple Mountain's Majesty. HEX triplet: A3, 78 and B4. RGB value is (163,120,180). Sum of RGB (Red+Green+Blue) = 163+120+180=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #A378B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378B4 is #5C874B. Grayscale: #8B8B8B. Windows color (decimal): -6063948 or 11827363. OLE color: 11827363.

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

Color convert

RGB 163 120 180 -
CMYK 0.09 0.33 0 0.29
HSL 283º 0.29% 0.59% -
HSV(B) 283º 0.33% 0.71% -
XYZ 30.06 24.51 46.33 -
YUV 139.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 163 120 180 0.09 0.33 0 0.29 283 0.29 0.59
Hex A3 78 B4 9 21 0 1D 11B 1D 3B
Octal 243 170 264 11 41 0 35 433 35 73
Binary 10100011 1111000 10110100 1001 100001 0 11101 100011011 11101 111011

Color Harmonies of #A378B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378B4

Black with #A378B4

Text Example


Text Example

White with #A378B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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