Html Css Color HEX #A07DBF Purple Mountain's Majesty

📋 copy color: '#A07DBF'

red 160 ◦ green 125 ◦ blue 191

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

Shades of Purple Mountain's Majesty #A07DBF

Tints of Purple Mountain's Majesty #A07DBF

RGB

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

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

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

R = 33.61%
G = 26.26%
B = 40.13%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A07DBF (or 0xA07DBF) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7D and BF. RGB value is (160,125,191). Sum of RGB (Red+Green+Blue) = 160+125+191=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #A07DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DBF is #5F8240. Grayscale: #8E8E8E. Windows color (decimal): -6259265 or 12549536. OLE color: 12549536.

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

Color convert

RGB 160 125 191 -
CMYK 0.16 0.35 0 0.25
HSL 271.82º 0.34% 0.62% -
HSV(B) 271.82º 0.35% 0.75% -
XYZ 31.23 25.9 52.64 -
YUV 142.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 160 125 191 0.16 0.35 0 0.25 271.82 0.34 0.62
Hex A0 7D BF 10 23 0 19 110 22 3E
Octal 240 175 277 20 43 0 31 420 42 76
Binary 10100000 1111101 10111111 10000 100011 0 11001 100010000 100010 111110

Color Harmonies of #A07DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DBF

Black with #A07DBF

Text Example


Text Example

White with #A07DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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