Html Css Color HEX #A27EAD Amethyst Smoke

📋 copy color: '#A27EAD'

red 162 ◦ green 126 ◦ blue 173

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

Shades of Amethyst Smoke #A27EAD

Tints of Amethyst Smoke #A27EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 35.14%
G = 27.33%
B = 37.53%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A27EAD (or 0xA27EAD) is known color: Amethyst Smoke. HEX triplet: A2, 7E and AD. RGB value is (162,126,173). Sum of RGB (Red+Green+Blue) = 162+126+173=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #A27EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EAD is #5D8152. Grayscale: #8D8D8D. Windows color (decimal): -6127955 or 11370146. OLE color: 11370146.

HSL color Cylindrical-coordinate representation of color #A27EAD: hue angle of 285.96º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27EAD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 126 173 -
CMYK 0.06 0.27 0 0.32
HSL 285.96º 0.22% 0.59% -
HSV(B) 285.96º 0.27% 0.68% -
XYZ 29.9 25.62 42.9 -
YUV 142.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 162 126 173 0.06 0.27 0 0.32 285.96 0.22 0.59
Hex A2 7E AD 6 1B 0 20 11E 16 3B
Octal 242 176 255 6 33 0 40 436 26 73
Binary 10100010 1111110 10101101 110 11011 0 100000 100011110 10110 111011

Color Harmonies of #A27EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EAD

Black with #A27EAD

Text Example


Text Example

White with #A27EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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