Html Css Color HEX #A07BBB Purple Mountain's Majesty

📋 copy color: '#A07BBB'

red 160 ◦ green 123 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A07BBB

Tints of Purple Mountain's Majesty #A07BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

 BLUE value IS 187 (73.44% from 255) = 39.79%

R = 34.04%
G = 26.17%
B = 39.79%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A07BBB (or 0xA07BBB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7B and BB. RGB value is (160,123,187). Sum of RGB (Red+Green+Blue) = 160+123+187=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #A07BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBB is #5F8444. Grayscale: #8D8D8D. Windows color (decimal): -6259781 or 12286880. OLE color: 12286880.

HSL color Cylindrical-coordinate representation of color #A07BBB: hue angle of 274.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07BBB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 123 187 -
CMYK 0.14 0.34 0 0.27
HSL 274.69º 0.32% 0.61% -
HSV(B) 274.69º 0.34% 0.73% -
XYZ 30.55 25.23 50.27 -
YUV 141.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 160 123 187 0.14 0.34 0 0.27 274.69 0.32 0.61
Hex A0 7B BB E 22 0 1B 113 20 3D
Octal 240 173 273 16 42 0 33 423 40 75
Binary 10100000 1111011 10111011 1110 100010 0 11011 100010011 100000 111101

Color Harmonies of #A07BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BBB

Black with #A07BBB

Text Example


Text Example

White with #A07BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BBB; }

 p { color: rgb(160,123,187); }

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

background-color css

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

 a { background-color: rgb(160,123,187); }

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

border-color css

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

 span { border-color: rgb(160,123,187); }

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