Html Css Color HEX #A06FBC Purple Mountain's Majesty

📋 copy color: '#A06FBC'

red 160 ◦ green 111 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A06FBC

Tints of Purple Mountain's Majesty #A06FBC

RGB

 RED value IS 160 (62.89% from 255) = 34.86%

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

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

R = 34.86%
G = 24.18%
B = 40.96%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A06FBC (or 0xA06FBC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 6F and BC. RGB value is (160,111,188). Sum of RGB (Red+Green+Blue) = 160+111+188=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #A06FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FBC is #5F9043. Grayscale: #868686. Windows color (decimal): -6262852 or 12349344. OLE color: 12349344.

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

Color convert

RGB 160 111 188 -
CMYK 0.15 0.41 0 0.26
HSL 278.18º 0.36% 0.59% -
HSV(B) 278.18º 0.41% 0.74% -
XYZ 29.26 22.47 50.37 -
YUV 134.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 160 111 188 0.15 0.41 0 0.26 278.18 0.36 0.59
Hex A0 6F BC F 29 0 1A 116 24 3B
Octal 240 157 274 17 51 0 32 426 44 73
Binary 10100000 1101111 10111100 1111 101001 0 11010 100010110 100100 111011

Color Harmonies of #A06FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FBC

Black with #A06FBC

Text Example


Text Example

White with #A06FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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