Html Css Color HEX #A46FBC Purple Mountain's Majesty

📋 copy color: '#A46FBC'

red 164 ◦ green 111 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A46FBC

Tints of Purple Mountain's Majesty #A46FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.97%

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

R = 35.42%
G = 23.97%
B = 40.6%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A46FBC (or 0xA46FBC) is known color: Purple Mountain's Majesty. HEX triplet: A4, 6F and BC. RGB value is (164,111,188). Sum of RGB (Red+Green+Blue) = 164+111+188=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #A46FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FBC is #5B9043. Grayscale: #878787. Windows color (decimal): -6000708 or 12349348. OLE color: 12349348.

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

Color convert

RGB 164 111 188 -
CMYK 0.13 0.41 0 0.26
HSL 281.3º 0.36% 0.59% -
HSV(B) 281.3º 0.41% 0.74% -
XYZ 30.07 22.89 50.41 -
YUV 135.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 164 111 188 0.13 0.41 0 0.26 281.3 0.36 0.59
Hex A4 6F BC D 29 0 1A 119 24 3B
Octal 244 157 274 15 51 0 32 431 44 73
Binary 10100100 1101111 10111100 1101 101001 0 11010 100011001 100100 111011

Color Harmonies of #A46FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FBC

Black with #A46FBC

Text Example


Text Example

White with #A46FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FBC; }

 p { color: rgb(164,111,188); }

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

background-color css

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

 a { background-color: rgb(164,111,188); }

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

border-color css

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

 span { border-color: rgb(164,111,188); }

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