Html Css Color HEX #A07BBF Purple Mountain's Majesty

📋 copy color: '#A07BBF'

red 160 ◦ green 123 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A07BBF

Tints of Purple Mountain's Majesty #A07BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.3%

R = 33.76%
G = 25.95%
B = 40.3%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A07BBF (or 0xA07BBF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7B and BF. RGB value is (160,123,191). Sum of RGB (Red+Green+Blue) = 160+123+191=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #A07BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BBF is #5F8440. Grayscale: #8D8D8D. Windows color (decimal): -6259777 or 12549024. OLE color: 12549024.

HSL color Cylindrical-coordinate representation of color #A07BBF: hue angle of 272.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07BBF is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 123 191 -
CMYK 0.16 0.36 0 0.25
HSL 272.65º 0.35% 0.62% -
HSV(B) 272.65º 0.36% 0.75% -
XYZ 30.98 25.4 52.56 -
YUV 141.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 160 123 191 0.16 0.36 0 0.25 272.65 0.35 0.62
Hex A0 7B BF 10 24 0 19 111 23 3E
Octal 240 173 277 20 44 0 31 421 43 76
Binary 10100000 1111011 10111111 10000 100100 0 11001 100010001 100011 111110

Color Harmonies of #A07BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BBF

Black with #A07BBF

Text Example


Text Example

White with #A07BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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