Html Css Color HEX #A07DBB Purple Mountain's Majesty

📋 copy color: '#A07DBB'

red 160 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A07DBB

Tints of Purple Mountain's Majesty #A07DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

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

R = 33.9%
G = 26.48%
B = 39.62%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A07DBB (or 0xA07DBB) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7D and BB. RGB value is (160,125,187). Sum of RGB (Red+Green+Blue) = 160+125+187=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #A07DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DBB is #5F8244. Grayscale: #8E8E8E. Windows color (decimal): -6259269 or 12287392. OLE color: 12287392.

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

Color convert

RGB 160 125 187 -
CMYK 0.14 0.33 0 0.27
HSL 273.87º 0.31% 0.61% -
HSV(B) 273.87º 0.33% 0.73% -
XYZ 30.8 25.73 50.36 -
YUV 142.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 160 125 187 0.14 0.33 0 0.27 273.87 0.31 0.61
Hex A0 7D BB E 21 0 1B 112 1F 3D
Octal 240 175 273 16 41 0 33 422 37 75
Binary 10100000 1111101 10111011 1110 100001 0 11011 100010010 11111 111101

Color Harmonies of #A07DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DBB

Black with #A07DBB

Text Example


Text Example

White with #A07DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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