Html Css Color HEX #A674BE Purple Mountain's Majesty

📋 copy color: '#A674BE'

red 166 ◦ green 116 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A674BE

Tints of Purple Mountain's Majesty #A674BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 35.17%
G = 24.58%
B = 40.25%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A674BE (or 0xA674BE) is known color: Purple Mountain's Majesty. HEX triplet: A6, 74 and BE. RGB value is (166,116,190). Sum of RGB (Red+Green+Blue) = 166+116+190=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #A674BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674BE is #598B41. Grayscale: #8B8B8B. Windows color (decimal): -5868354 or 12481702. OLE color: 12481702.

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

Color convert

RGB 166 116 190 -
CMYK 0.13 0.39 0 0.25
HSL 280.54º 0.36% 0.6% -
HSV(B) 280.54º 0.39% 0.75% -
XYZ 31.27 24.32 51.76 -
YUV 139.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 166 116 190 0.13 0.39 0 0.25 280.54 0.36 0.6
Hex A6 74 BE D 27 0 19 119 24 3C
Octal 246 164 276 15 47 0 31 431 44 74
Binary 10100110 1110100 10111110 1101 100111 0 11001 100011001 100100 111100

Color Harmonies of #A674BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674BE

Black with #A674BE

Text Example


Text Example

White with #A674BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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