Html Css Color HEX #A270BB Purple Mountain's Majesty

📋 copy color: '#A270BB'

red 162 ◦ green 112 ◦ blue 187

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

Shades of Purple Mountain's Majesty #A270BB

Tints of Purple Mountain's Majesty #A270BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 35.14%
G = 24.3%
B = 40.56%

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

#A270BB (or 0xA270BB) is known color: Purple Mountain's Majesty. HEX triplet: A2, 70 and BB. RGB value is (162,112,187). Sum of RGB (Red+Green+Blue) = 162+112+187=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #A270BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270BB is #5D8F44. Grayscale: #878787. Windows color (decimal): -6131525 or 12284066. OLE color: 12284066.

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

Color convert

RGB 162 112 187 -
CMYK 0.13 0.40 0 0.27
HSL 280º 0.36% 0.59% -
HSV(B) 280º 0.4% 0.73% -
XYZ 29.66 22.86 49.86 -
YUV 135.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 162 112 187 0.13 0.40 0 0.27 280 0.36 0.59
Hex A2 70 BB D 28 0 1B 118 24 3B
Octal 242 160 273 15 50 0 33 430 44 73
Binary 10100010 1110000 10111011 1101 101000 0 11011 100011000 100100 111011

Color Harmonies of #A270BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A270BB

Black with #A270BB

Text Example


Text Example

White with #A270BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A270BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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