Html Css Color HEX #A270BA Purple Mountain's Majesty

📋 copy color: '#A270BA'

red 162 ◦ green 112 ◦ blue 186

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

Shades of Purple Mountain's Majesty #A270BA

Tints of Purple Mountain's Majesty #A270BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 35.22%
G = 24.35%
B = 40.43%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A270BA (or 0xA270BA) is known color: Purple Mountain's Majesty. HEX triplet: A2, 70 and BA. RGB value is (162,112,186). Sum of RGB (Red+Green+Blue) = 162+112+186=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A270BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270BA is #5D8F45. Grayscale: #878787. Windows color (decimal): -6131526 or 12218530. OLE color: 12218530.

HSL color Cylindrical-coordinate representation of color #A270BA: hue angle of 280.54º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A270BA is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 112 186 -
CMYK 0.13 0.40 0 0.27
HSL 280.54º 0.35% 0.58% -
HSV(B) 280.54º 0.4% 0.73% -
XYZ 29.56 22.81 49.3 -
YUV 135.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 162 112 186 0.13 0.40 0 0.27 280.54 0.35 0.58
Hex A2 70 BA D 28 0 1B 119 23 3A
Octal 242 160 272 15 50 0 33 431 43 72
Binary 10100010 1110000 10111010 1101 101000 0 11011 100011001 100011 111010

Color Harmonies of #A270BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270BA

Black with #A270BA

Text Example


Text Example

White with #A270BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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