Html Css Color HEX #A378BC Purple Mountain's Majesty

📋 copy color: '#A378BC'

red 163 ◦ green 120 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A378BC

Tints of Purple Mountain's Majesty #A378BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 34.61%
G = 25.48%
B = 39.92%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A378BC (or 0xA378BC) is known color: Purple Mountain's Majesty. HEX triplet: A3, 78 and BC. RGB value is (163,120,188). Sum of RGB (Red+Green+Blue) = 163+120+188=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #A378BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A378BC is #5C8743. Grayscale: #8C8C8C. Windows color (decimal): -6063940 or 12351651. OLE color: 12351651.

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

Color convert

RGB 163 120 188 -
CMYK 0.13 0.36 0 0.26
HSL 277.94º 0.34% 0.6% -
HSV(B) 277.94º 0.36% 0.74% -
XYZ 30.9 24.85 50.75 -
YUV 140.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 163 120 188 0.13 0.36 0 0.26 277.94 0.34 0.6
Hex A3 78 BC D 24 0 1A 116 22 3C
Octal 243 170 274 15 44 0 32 426 42 74
Binary 10100011 1111000 10111100 1101 100100 0 11010 100010110 100010 111100

Color Harmonies of #A378BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A378BC

Black with #A378BC

Text Example


Text Example

White with #A378BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A378BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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