Html Css Color HEX #A27EAA Amethyst Smoke

📋 copy color: '#A27EAA'

red 162 ◦ green 126 ◦ blue 170

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

Shades of Amethyst Smoke #A27EAA

Tints of Amethyst Smoke #A27EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.51%

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 35.37%
G = 27.51%
B = 37.12%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A27EAA (or 0xA27EAA) is known color: Amethyst Smoke. HEX triplet: A2, 7E and AA. RGB value is (162,126,170). Sum of RGB (Red+Green+Blue) = 162+126+170=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EAA is #5D8155. Grayscale: #8D8D8D. Windows color (decimal): -6127958 or 11173538. OLE color: 11173538.

HSL color Cylindrical-coordinate representation of color #A27EAA: hue angle of 289.09º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A27EAA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 126 170 -
CMYK 0.05 0.26 0 0.33
HSL 289.09º 0.21% 0.58% -
HSV(B) 289.09º 0.26% 0.67% -
XYZ 29.62 25.51 41.39 -
YUV 141.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 162 126 170 0.05 0.26 0 0.33 289.09 0.21 0.58
Hex A2 7E AA 5 1A 0 21 121 15 3A
Octal 242 176 252 5 32 0 41 441 25 72
Binary 10100010 1111110 10101010 101 11010 0 100001 100100001 10101 111010

Color Harmonies of #A27EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EAA

Black with #A27EAA

Text Example


Text Example

White with #A27EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EAA; }

 p { color: rgb(162,126,170); }

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

background-color css

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

 a { background-color: rgb(162,126,170); }

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

border-color css

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

 span { border-color: rgb(162,126,170); }

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