Html Css Color HEX #A270BD Purple Mountain's Majesty

📋 copy color: '#A270BD'

red 162 ◦ green 112 ◦ blue 189

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

Shades of Purple Mountain's Majesty #A270BD

Tints of Purple Mountain's Majesty #A270BD

RGB

 RED value IS 162 (63.67% from 255) = 34.99%

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

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

R = 34.99%
G = 24.19%
B = 40.82%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A270BD (or 0xA270BD) is known color: Purple Mountain's Majesty. HEX triplet: A2, 70 and BD. RGB value is (162,112,189). Sum of RGB (Red+Green+Blue) = 162+112+189=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #A270BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270BD is #5D8F42. Grayscale: #878787. Windows color (decimal): -6131523 or 12415138. OLE color: 12415138.

HSL color Cylindrical-coordinate representation of color #A270BD: hue angle of 278.96º 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 #A270BD is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 112 189 -
CMYK 0.14 0.41 0 0.26
HSL 278.96º 0.37% 0.59% -
HSV(B) 278.96º 0.41% 0.74% -
XYZ 29.88 22.94 51 -
YUV 135.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 162 112 189 0.14 0.41 0 0.26 278.96 0.37 0.59
Hex A2 70 BD E 29 0 1A 117 25 3B
Octal 242 160 275 16 51 0 32 427 45 73
Binary 10100010 1110000 10111101 1110 101001 0 11010 100010111 100101 111011

Color Harmonies of #A270BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270BD

Black with #A270BD

Text Example


Text Example

White with #A270BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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