Html Css Color HEX #A27ABC Purple Mountain's Majesty

📋 copy color: '#A27ABC'

red 162 ◦ green 122 ◦ blue 188

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

Shades of Purple Mountain's Majesty #A27ABC

Tints of Purple Mountain's Majesty #A27ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 34.32%
G = 25.85%
B = 39.83%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A27ABC (or 0xA27ABC) is known color: Purple Mountain's Majesty. HEX triplet: A2, 7A and BC. RGB value is (162,122,188). Sum of RGB (Red+Green+Blue) = 162+122+188=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #A27ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ABC is #5D8543. Grayscale: #8D8D8D. Windows color (decimal): -6128964 or 12352162. OLE color: 12352162.

HSL color Cylindrical-coordinate representation of color #A27ABC: hue angle of 276.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27ABC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 122 188 -
CMYK 0.14 0.35 0 0.26
HSL 276.36º 0.33% 0.61% -
HSV(B) 276.36º 0.35% 0.74% -
XYZ 30.94 25.23 50.82 -
YUV 141.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 162 122 188 0.14 0.35 0 0.26 276.36 0.33 0.61
Hex A2 7A BC E 23 0 1A 114 21 3D
Octal 242 172 274 16 43 0 32 424 41 75
Binary 10100010 1111010 10111100 1110 100011 0 11010 100010100 100001 111101

Color Harmonies of #A27ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ABC

Black with #A27ABC

Text Example


Text Example

White with #A27ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ABC; }

 p { color: rgb(162,122,188); }

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

background-color css

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

 a { background-color: rgb(162,122,188); }

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

border-color css

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

 span { border-color: rgb(162,122,188); }

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