Html Css Color HEX #A56FBC Purple Mountain's Majesty

📋 copy color: '#A56FBC'

red 165 ◦ green 111 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A56FBC

Tints of Purple Mountain's Majesty #A56FBC

RGB

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

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

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

R = 35.56%
G = 23.92%
B = 40.52%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A56FBC (or 0xA56FBC) is known color: Purple Mountain's Majesty. HEX triplet: A5, 6F and BC. RGB value is (165,111,188). Sum of RGB (Red+Green+Blue) = 165+111+188=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #A56FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FBC is #5A9043. Grayscale: #878787. Windows color (decimal): -5935172 or 12349349. OLE color: 12349349.

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

Color convert

RGB 165 111 188 -
CMYK 0.12 0.41 0 0.26
HSL 282.08º 0.36% 0.59% -
HSV(B) 282.08º 0.41% 0.74% -
XYZ 30.28 23 50.42 -
YUV 135.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 165 111 188 0.12 0.41 0 0.26 282.08 0.36 0.59
Hex A5 6F BC C 29 0 1A 11A 24 3B
Octal 245 157 274 14 51 0 32 432 44 73
Binary 10100101 1101111 10111100 1100 101001 0 11010 100011010 100100 111011

Color Harmonies of #A56FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56FBC

Black with #A56FBC

Text Example


Text Example

White with #A56FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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