Html Css Color HEX #A07CBC Purple Mountain's Majesty

📋 copy color: '#A07CBC'

red 160 ◦ green 124 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A07CBC

Tints of Purple Mountain's Majesty #A07CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 33.9%
G = 26.27%
B = 39.83%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A07CBC (or 0xA07CBC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 7C and BC. RGB value is (160,124,188). Sum of RGB (Red+Green+Blue) = 160+124+188=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #A07CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CBC is #5F8343. Grayscale: #8D8D8D. Windows color (decimal): -6259524 or 12352672. OLE color: 12352672.

HSL color Cylindrical-coordinate representation of color #A07CBC: hue angle of 273.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07CBC is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 124 188 -
CMYK 0.15 0.34 0 0.26
HSL 273.75º 0.32% 0.61% -
HSV(B) 273.75º 0.34% 0.74% -
XYZ 30.78 25.52 50.88 -
YUV 142.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 160 124 188 0.15 0.34 0 0.26 273.75 0.32 0.61
Hex A0 7C BC F 22 0 1A 112 20 3D
Octal 240 174 274 17 42 0 32 422 40 75
Binary 10100000 1111100 10111100 1111 100010 0 11010 100010010 100000 111101

Color Harmonies of #A07CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CBC

Black with #A07CBC

Text Example


Text Example

White with #A07CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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