Html Css Color HEX #A07CC1 Purple Mountain's Majesty

📋 copy color: '#A07CC1'

red 160 ◦ green 124 ◦ blue 193

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

Shades of Purple Mountain's Majesty #A07CC1

Tints of Purple Mountain's Majesty #A07CC1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

 BLUE value IS 193 (75.78% from 255) = 40.46%

R = 33.54%
G = 26%
B = 40.46%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A07CC1 (or 0xA07CC1) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7C and C1. RGB value is (160,124,193). Sum of RGB (Red+Green+Blue) = 160+124+193=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #A07CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CC1 is #5F833E. Grayscale: #8E8E8E. Windows color (decimal): -6259519 or 12680352. OLE color: 12680352.

HSL color Cylindrical-coordinate representation of color #A07CC1: hue angle of 271.3º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07CC1 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 124 193 -
CMYK 0.17 0.36 0 0.24
HSL 271.3º 0.36% 0.62% -
HSV(B) 271.3º 0.36% 0.76% -
XYZ 31.33 25.74 53.77 -
YUV 142.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 160 124 193 0.17 0.36 0 0.24 271.3 0.36 0.62
Hex A0 7C C1 11 24 0 18 10F 24 3E
Octal 240 174 301 21 44 0 30 417 44 76
Binary 10100000 1111100 11000001 10001 100100 0 11000 100001111 100100 111110

Color Harmonies of #A07CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CC1

Black with #A07CC1

Text Example


Text Example

White with #A07CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CC1; }

 p { color: rgb(160,124,193); }

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

background-color css

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

 a { background-color: rgb(160,124,193); }

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

border-color css

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

 span { border-color: rgb(160,124,193); }

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