Html Css Color HEX #A07DBA Purple Mountain's Majesty

📋 copy color: '#A07DBA'

red 160 ◦ green 125 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A07DBA

Tints of Purple Mountain's Majesty #A07DBA

RGB

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

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

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

R = 33.97%
G = 26.54%
B = 39.49%

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

#A07DBA (or 0xA07DBA) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7D and BA. RGB value is (160,125,186). Sum of RGB (Red+Green+Blue) = 160+125+186=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #A07DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DBA is #5F8245. Grayscale: #8E8E8E. Windows color (decimal): -6259270 or 12221856. OLE color: 12221856.

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

Color convert

RGB 160 125 186 -
CMYK 0.14 0.33 0 0.27
HSL 274.43º 0.31% 0.61% -
HSV(B) 274.43º 0.33% 0.73% -
XYZ 30.69 25.69 49.79 -
YUV 142.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 160 125 186 0.14 0.33 0 0.27 274.43 0.31 0.61
Hex A0 7D BA E 21 0 1B 112 1F 3D
Octal 240 175 272 16 41 0 33 422 37 75
Binary 10100000 1111101 10111010 1110 100001 0 11011 100010010 11111 111101

Color Harmonies of #A07DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DBA

Black with #A07DBA

Text Example


Text Example

White with #A07DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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