Html Css Color HEX #A478C1 Purple Mountain's Majesty

📋 copy color: '#A478C1'

red 164 ◦ green 120 ◦ blue 193

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

Shades of Purple Mountain's Majesty #A478C1

Tints of Purple Mountain's Majesty #A478C1

RGB

 RED value IS 164 (64.45% from 255) = 34.38%

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

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

R = 34.38%
G = 25.16%
B = 40.46%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A478C1 (or 0xA478C1) is known color: Purple Mountain's Majesty. HEX triplet: A4, 78 and C1. RGB value is (164,120,193). Sum of RGB (Red+Green+Blue) = 164+120+193=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #A478C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478C1 is #5B873E. Grayscale: #8D8D8D. Windows color (decimal): -5998399 or 12679332. OLE color: 12679332.

HSL color Cylindrical-coordinate representation of color #A478C1: hue angle of 276.16º 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 #A478C1 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 120 193 -
CMYK 0.15 0.38 0 0.24
HSL 276.16º 0.37% 0.61% -
HSV(B) 276.16º 0.38% 0.76% -
XYZ 31.65 25.18 53.64 -
YUV 141.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 164 120 193 0.15 0.38 0 0.24 276.16 0.37 0.61
Hex A4 78 C1 F 26 0 18 114 25 3D
Octal 244 170 301 17 46 0 30 424 45 75
Binary 10100100 1111000 11000001 1111 100110 0 11000 100010100 100101 111101

Color Harmonies of #A478C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A478C1

Black with #A478C1

Text Example


Text Example

White with #A478C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A478C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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