Html Css Color HEX #A07DC0 Purple Mountain's Majesty

📋 copy color: '#A07DC0'

red 160 ◦ green 125 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A07DC0

Tints of Purple Mountain's Majesty #A07DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.25%

R = 33.54%
G = 26.21%
B = 40.25%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A07DC0 (or 0xA07DC0) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7D and C0. RGB value is (160,125,192). Sum of RGB (Red+Green+Blue) = 160+125+192=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #A07DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07DC0 is #5F823F. Grayscale: #8E8E8E. Windows color (decimal): -6259264 or 12615072. OLE color: 12615072.

HSL color Cylindrical-coordinate representation of color #A07DC0: hue angle of 271.34º degrees, saturation: 0.35, 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 #A07DC0 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 125 192 -
CMYK 0.17 0.35 0 0.25
HSL 271.34º 0.35% 0.62% -
HSV(B) 271.34º 0.35% 0.75% -
XYZ 31.35 25.95 53.23 -
YUV 143.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 160 125 192 0.17 0.35 0 0.25 271.34 0.35 0.62
Hex A0 7D C0 11 23 0 19 10F 23 3E
Octal 240 175 300 21 43 0 31 417 43 76
Binary 10100000 1111101 11000000 10001 100011 0 11001 100001111 100011 111110

Color Harmonies of #A07DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07DC0

Black with #A07DC0

Text Example


Text Example

White with #A07DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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