Html Css Color HEX #A076BD Purple Mountain's Majesty

📋 copy color: '#A076BD'

red 160 ◦ green 118 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A076BD

Tints of Purple Mountain's Majesty #A076BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.27%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 34.26%
G = 25.27%
B = 40.47%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A076BD (or 0xA076BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 76 and BD. RGB value is (160,118,189). Sum of RGB (Red+Green+Blue) = 160+118+189=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A076BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A076BD is #5F8942. Grayscale: #8A8A8A. Windows color (decimal): -6261059 or 12416672. OLE color: 12416672.

HSL color Cylindrical-coordinate representation of color #A076BD: hue angle of 275.49º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A076BD is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 118 189 -
CMYK 0.15 0.38 0 0.26
HSL 275.49º 0.35% 0.6% -
HSV(B) 275.49º 0.38% 0.74% -
XYZ 30.16 24.1 51.21 -
YUV 138.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 160 118 189 0.15 0.38 0 0.26 275.49 0.35 0.6
Hex A0 76 BD F 26 0 1A 113 23 3C
Octal 240 166 275 17 46 0 32 423 43 74
Binary 10100000 1110110 10111101 1111 100110 0 11010 100010011 100011 111100

Color Harmonies of #A076BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A076BD

Black with #A076BD

Text Example


Text Example

White with #A076BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A076BD; }

 p { color: rgb(160,118,189); }

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

background-color css

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

 a { background-color: rgb(160,118,189); }

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

border-color css

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

 span { border-color: rgb(160,118,189); }

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