Html Css Color HEX #A56FBE Purple Mountain's Majesty

📋 copy color: '#A56FBE'

red 165 ◦ green 111 ◦ blue 190

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

Shades of Purple Mountain's Majesty #A56FBE

Tints of Purple Mountain's Majesty #A56FBE

RGB

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

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

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

R = 35.41%
G = 23.82%
B = 40.77%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A56FBE (or 0xA56FBE) is known color: Purple Mountain's Majesty. HEX triplet: A5, 6F and BE. RGB value is (165,111,190). Sum of RGB (Red+Green+Blue) = 165+111+190=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A56FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FBE is #5A9041. Grayscale: #878787. Windows color (decimal): -5935170 or 12480421. OLE color: 12480421.

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

Color convert

RGB 165 111 190 -
CMYK 0.13 0.42 0 0.25
HSL 281.01º 0.38% 0.59% -
HSV(B) 281.01º 0.42% 0.75% -
XYZ 30.5 23.09 51.56 -
YUV 136.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 165 111 190 0.13 0.42 0 0.25 281.01 0.38 0.59
Hex A5 6F BE D 2A 0 19 119 26 3B
Octal 245 157 276 15 52 0 31 431 46 73
Binary 10100101 1101111 10111110 1101 101010 0 11001 100011001 100110 111011

Color Harmonies of #A56FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FBE

Black with #A56FBE

Text Example


Text Example

White with #A56FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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