Html Css Color HEX #A271B8 Purple Mountain's Majesty

📋 copy color: '#A271B8'

red 162 ◦ green 113 ◦ blue 184

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

Shades of Purple Mountain's Majesty #A271B8

Tints of Purple Mountain's Majesty #A271B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.09%

R = 35.29%
G = 24.62%
B = 40.09%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A271B8 (or 0xA271B8) is known color: Purple Mountain's Majesty. HEX triplet: A2, 71 and B8. RGB value is (162,113,184). Sum of RGB (Red+Green+Blue) = 162+113+184=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 184 - color contains mainly: blue. Hex color #A271B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271B8 is #5D8E47. Grayscale: #878787. Windows color (decimal): -6131272 or 12087714. OLE color: 12087714.

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

Color convert

RGB 162 113 184 -
CMYK 0.12 0.39 0 0.28
HSL 281.41º 0.33% 0.58% -
HSV(B) 281.41º 0.39% 0.72% -
XYZ 29.46 22.95 48.23 -
YUV 135.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 162 113 184 0.12 0.39 0 0.28 281.41 0.33 0.58
Hex A2 71 B8 C 27 0 1C 119 21 3A
Octal 242 161 270 14 47 0 34 431 41 72
Binary 10100010 1110001 10111000 1100 100111 0 11100 100011001 100001 111010

Color Harmonies of #A271B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271B8

Black with #A271B8

Text Example


Text Example

White with #A271B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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