Html Css Color HEX #A07BBA Purple Mountain's Majesty

📋 copy color: '#A07BBA'

red 160 ◦ green 123 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A07BBA

Tints of Purple Mountain's Majesty #A07BBA

RGB

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

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

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

R = 34.12%
G = 26.23%
B = 39.66%

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

#A07BBA (or 0xA07BBA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7B and BA. RGB value is (160,123,186). Sum of RGB (Red+Green+Blue) = 160+123+186=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #A07BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBA is #5F8445. Grayscale: #8D8D8D. Windows color (decimal): -6259782 or 12221344. OLE color: 12221344.

HSL color Cylindrical-coordinate representation of color #A07BBA: hue angle of 275.24º degrees, saturation: 0.31, 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 #A07BBA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 123 186 -
CMYK 0.14 0.34 0 0.27
HSL 275.24º 0.31% 0.61% -
HSV(B) 275.24º 0.34% 0.73% -
XYZ 30.44 25.18 49.71 -
YUV 141.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 160 123 186 0.14 0.34 0 0.27 275.24 0.31 0.61
Hex A0 7B BA E 22 0 1B 113 1F 3D
Octal 240 173 272 16 42 0 33 423 37 75
Binary 10100000 1111011 10111010 1110 100010 0 11011 100010011 11111 111101

Color Harmonies of #A07BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BBA

Black with #A07BBA

Text Example


Text Example

White with #A07BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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