Html Css Color HEX #A27EAB Amethyst Smoke

📋 copy color: '#A27EAB'

red 162 ◦ green 126 ◦ blue 171

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

Shades of Amethyst Smoke #A27EAB

Tints of Amethyst Smoke #A27EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 35.29%
G = 27.45%
B = 37.25%

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

#A27EAB (or 0xA27EAB) is known color: Amethyst Smoke. HEX triplet: A2, 7E and AB. RGB value is (162,126,171). Sum of RGB (Red+Green+Blue) = 162+126+171=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #A27EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EAB is #5D8154. Grayscale: #8D8D8D. Windows color (decimal): -6127957 or 11239074. OLE color: 11239074.

HSL color Cylindrical-coordinate representation of color #A27EAB: hue angle of 288º 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 #A27EAB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 126 171 -
CMYK 0.05 0.26 0 0.33
HSL 288º 0.21% 0.58% -
HSV(B) 288º 0.26% 0.67% -
XYZ 29.71 25.54 41.89 -
YUV 141.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 162 126 171 0.05 0.26 0 0.33 288 0.21 0.58
Hex A2 7E AB 5 1A 0 21 120 15 3A
Octal 242 176 253 5 32 0 41 440 25 72
Binary 10100010 1111110 10101011 101 11010 0 100001 100100000 10101 111010

Color Harmonies of #A27EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EAB

Black with #A27EAB

Text Example


Text Example

White with #A27EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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