Html Css Color HEX #A070BD Purple Mountain's Majesty

📋 copy color: '#A070BD'

red 160 ◦ green 112 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A070BD

Tints of Purple Mountain's Majesty #A070BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 34.71%
G = 24.3%
B = 41%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A070BD (or 0xA070BD) is known color: Purple Mountain's Majesty. HEX triplet: A0, 70 and BD. RGB value is (160,112,189). Sum of RGB (Red+Green+Blue) = 160+112+189=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #A070BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070BD is #5F8F42. Grayscale: #868686. Windows color (decimal): -6262595 or 12415136. OLE color: 12415136.

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

Color convert

RGB 160 112 189 -
CMYK 0.15 0.41 0 0.26
HSL 277.4º 0.37% 0.59% -
HSV(B) 277.4º 0.41% 0.74% -
XYZ 29.48 22.74 50.98 -
YUV 135.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 160 112 189 0.15 0.41 0 0.26 277.4 0.37 0.59
Hex A0 70 BD F 29 0 1A 115 25 3B
Octal 240 160 275 17 51 0 32 425 45 73
Binary 10100000 1110000 10111101 1111 101001 0 11010 100010101 100101 111011

Color Harmonies of #A070BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070BD

Black with #A070BD

Text Example


Text Example

White with #A070BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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