Html Css Color HEX #A070BC Purple Mountain's Majesty

📋 copy color: '#A070BC'

red 160 ◦ green 112 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A070BC

Tints of Purple Mountain's Majesty #A070BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.35%

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

R = 34.78%
G = 24.35%
B = 40.87%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A070BC (or 0xA070BC) is known color: Purple Mountain's Majesty. HEX triplet: A0, 70 and BC. RGB value is (160,112,188). Sum of RGB (Red+Green+Blue) = 160+112+188=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #A070BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070BC is #5F8F43. Grayscale: #868686. Windows color (decimal): -6262596 or 12349600. OLE color: 12349600.

HSL color Cylindrical-coordinate representation of color #A070BC: hue angle of 277.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A070BC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 112 188 -
CMYK 0.15 0.40 0 0.26
HSL 277.89º 0.36% 0.59% -
HSV(B) 277.89º 0.4% 0.74% -
XYZ 29.37 22.69 50.41 -
YUV 135.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 160 112 188 0.15 0.40 0 0.26 277.89 0.36 0.59
Hex A0 70 BC F 28 0 1A 116 24 3B
Octal 240 160 274 17 50 0 32 426 44 73
Binary 10100000 1110000 10111100 1111 101000 0 11010 100010110 100100 111011

Color Harmonies of #A070BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070BC

Black with #A070BC

Text Example


Text Example

White with #A070BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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