Html Css Color HEX #A674BD Purple Mountain's Majesty

📋 copy color: '#A674BD'

red 166 ◦ green 116 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A674BD

Tints of Purple Mountain's Majesty #A674BD

RGB

 RED value IS 166 (65.23% from 255) = 35.24%

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

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

R = 35.24%
G = 24.63%
B = 40.13%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A674BD (or 0xA674BD) is known color: Purple Mountain's Majesty. HEX triplet: A6, 74 and BD. RGB value is (166,116,189). Sum of RGB (Red+Green+Blue) = 166+116+189=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #A674BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674BD is #598B42. Grayscale: #8B8B8B. Windows color (decimal): -5868355 or 12416166. OLE color: 12416166.

HSL color Cylindrical-coordinate representation of color #A674BD: hue angle of 281.1º 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 #A674BD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 116 189 -
CMYK 0.12 0.39 0 0.26
HSL 281.1º 0.36% 0.6% -
HSV(B) 281.1º 0.39% 0.74% -
XYZ 31.16 24.27 51.19 -
YUV 139.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 166 116 189 0.12 0.39 0 0.26 281.1 0.36 0.6
Hex A6 74 BD C 27 0 1A 119 24 3C
Octal 246 164 275 14 47 0 32 431 44 74
Binary 10100110 1110100 10111101 1100 100111 0 11010 100011001 100100 111100

Color Harmonies of #A674BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674BD

Black with #A674BD

Text Example


Text Example

White with #A674BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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