Html Css Color HEX #A56FBA Purple Mountain's Majesty

📋 copy color: '#A56FBA'

red 165 ◦ green 111 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A56FBA

Tints of Purple Mountain's Majesty #A56FBA

RGB

 RED value IS 165 (64.84% from 255) = 35.71%

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 35.71%
G = 24.03%
B = 40.26%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A56FBA (or 0xA56FBA) is known color: Purple Mountain's Majesty. HEX triplet: A5, 6F and BA. RGB value is (165,111,186). Sum of RGB (Red+Green+Blue) = 165+111+186=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A56FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FBA is #5A9045. Grayscale: #878787. Windows color (decimal): -5935174 or 12218277. OLE color: 12218277.

HSL color Cylindrical-coordinate representation of color #A56FBA: hue angle of 283.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56FBA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 111 186 -
CMYK 0.11 0.40 0 0.27
HSL 283.2º 0.35% 0.58% -
HSV(B) 283.2º 0.4% 0.73% -
XYZ 30.06 22.91 49.29 -
YUV 135.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 165 111 186 0.11 0.40 0 0.27 283.2 0.35 0.58
Hex A5 6F BA B 28 0 1B 11B 23 3A
Octal 245 157 272 13 50 0 33 433 43 72
Binary 10100101 1101111 10111010 1011 101000 0 11011 100011011 100011 111010

Color Harmonies of #A56FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FBA

Black with #A56FBA

Text Example


Text Example

White with #A56FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FBA; }

 p { color: rgb(165,111,186); }

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

background-color css

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

 a { background-color: rgb(165,111,186); }

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

border-color css

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

 span { border-color: rgb(165,111,186); }

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