Html Css Color HEX #A474BD Purple Mountain's Majesty

📋 copy color: '#A474BD'

red 164 ◦ green 116 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A474BD

Tints of Purple Mountain's Majesty #A474BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.73%

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

R = 34.97%
G = 24.73%
B = 40.3%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A474BD (or 0xA474BD) is known color: Purple Mountain's Majesty. HEX triplet: A4, 74 and BD. RGB value is (164,116,189). Sum of RGB (Red+Green+Blue) = 164+116+189=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #A474BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A474BD is #5B8B42. Grayscale: #8A8A8A. Windows color (decimal): -5999427 or 12416164. OLE color: 12416164.

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

Color convert

RGB 164 116 189 -
CMYK 0.13 0.39 0 0.26
HSL 279.45º 0.36% 0.6% -
HSV(B) 279.45º 0.39% 0.74% -
XYZ 30.74 24.06 51.17 -
YUV 138.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 164 116 189 0.13 0.39 0 0.26 279.45 0.36 0.6
Hex A4 74 BD D 27 0 1A 117 24 3C
Octal 244 164 275 15 47 0 32 427 44 74
Binary 10100100 1110100 10111101 1101 100111 0 11010 100010111 100100 111100

Color Harmonies of #A474BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474BD

Black with #A474BD

Text Example


Text Example

White with #A474BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474BD; }

 p { color: rgb(164,116,189); }

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

background-color css

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

 a { background-color: rgb(164,116,189); }

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

border-color css

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

 span { border-color: rgb(164,116,189); }

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