Html Css Color HEX #A07AC0 Purple Mountain's Majesty

📋 copy color: '#A07AC0'

red 160 ◦ green 122 ◦ blue 192

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

Shades of Purple Mountain's Majesty #A07AC0

Tints of Purple Mountain's Majesty #A07AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.74%

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

R = 33.76%
G = 25.74%
B = 40.51%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A07AC0 (or 0xA07AC0) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7A and C0. RGB value is (160,122,192). Sum of RGB (Red+Green+Blue) = 160+122+192=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #A07AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07AC0 is #5F853F. Grayscale: #8D8D8D. Windows color (decimal): -6260032 or 12614304. OLE color: 12614304.

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

Color convert

RGB 160 122 192 -
CMYK 0.17 0.36 0 0.25
HSL 272.57º 0.36% 0.62% -
HSV(B) 272.57º 0.36% 0.75% -
XYZ 30.97 25.2 53.1 -
YUV 141.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 160 122 192 0.17 0.36 0 0.25 272.57 0.36 0.62
Hex A0 7A C0 11 24 0 19 111 24 3E
Octal 240 172 300 21 44 0 31 421 44 76
Binary 10100000 1111010 11000000 10001 100100 0 11001 100010001 100100 111110

Color Harmonies of #A07AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AC0

Black with #A07AC0

Text Example


Text Example

White with #A07AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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