Html Css Color HEX #A271B9 Purple Mountain's Majesty

📋 copy color: '#A271B9'

red 162 ◦ green 113 ◦ blue 185

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

Shades of Purple Mountain's Majesty #A271B9

Tints of Purple Mountain's Majesty #A271B9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.57%

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 35.22%
G = 24.57%
B = 40.22%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A271B9 (or 0xA271B9) is known color: Purple Mountain's Majesty. HEX triplet: A2, 71 and B9. RGB value is (162,113,185). Sum of RGB (Red+Green+Blue) = 162+113+185=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 185 - color contains mainly: blue. Hex color #A271B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271B9 is #5D8E46. Grayscale: #878787. Windows color (decimal): -6131271 or 12153250. OLE color: 12153250.

HSL color Cylindrical-coordinate representation of color #A271B9: hue angle of 280.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A271B9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 113 185 -
CMYK 0.12 0.39 0 0.27
HSL 280.83º 0.34% 0.58% -
HSV(B) 280.83º 0.39% 0.73% -
XYZ 29.56 22.99 48.78 -
YUV 135.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 162 113 185 0.12 0.39 0 0.27 280.83 0.34 0.58
Hex A2 71 B9 C 27 0 1B 119 22 3A
Octal 242 161 271 14 47 0 33 431 42 72
Binary 10100010 1110001 10111001 1100 100111 0 11011 100011001 100010 111010

Color Harmonies of #A271B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271B9

Black with #A271B9

Text Example


Text Example

White with #A271B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271B9; }

 p { color: rgb(162,113,185); }

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

background-color css

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

 a { background-color: rgb(162,113,185); }

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

border-color css

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

 span { border-color: rgb(162,113,185); }

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