Html Css Color HEX #A27EAC Amethyst Smoke

📋 copy color: '#A27EAC'

red 162 ◦ green 126 ◦ blue 172

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

Shades of Amethyst Smoke #A27EAC

Tints of Amethyst Smoke #A27EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 35.22%
G = 27.39%
B = 37.39%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A27EAC (or 0xA27EAC) is known color: Amethyst Smoke. HEX triplet: A2, 7E and AC. RGB value is (162,126,172). Sum of RGB (Red+Green+Blue) = 162+126+172=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #A27EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EAC is #5D8153. Grayscale: #8D8D8D. Windows color (decimal): -6127956 or 11304610. OLE color: 11304610.

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

Color convert

RGB 162 126 172 -
CMYK 0.06 0.27 0 0.33
HSL 286.96º 0.22% 0.58% -
HSV(B) 286.96º 0.27% 0.67% -
XYZ 29.81 25.58 42.4 -
YUV 142.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 162 126 172 0.06 0.27 0 0.33 286.96 0.22 0.58
Hex A2 7E AC 6 1B 0 21 11F 16 3A
Octal 242 176 254 6 33 0 41 437 26 72
Binary 10100010 1111110 10101100 110 11011 0 100001 100011111 10110 111010

Color Harmonies of #A27EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27EAC

Black with #A27EAC

Text Example


Text Example

White with #A27EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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