Html Css Color HEX #A27FAC Amethyst Smoke

📋 copy color: '#A27FAC'

red 162 ◦ green 127 ◦ blue 172

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

Shades of Amethyst Smoke #A27FAC

Tints of Amethyst Smoke #A27FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

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

R = 35.14%
G = 27.55%
B = 37.31%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A27FAC (or 0xA27FAC) is known color: Amethyst Smoke. HEX triplet: A2, 7F and AC. RGB value is (162,127,172). Sum of RGB (Red+Green+Blue) = 162+127+172=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #A27FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FAC is #5D8053. Grayscale: #8E8E8E. Windows color (decimal): -6127700 or 11304866. OLE color: 11304866.

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

Color convert

RGB 162 127 172 -
CMYK 0.06 0.26 0 0.33
HSL 286.67º 0.21% 0.59% -
HSV(B) 286.67º 0.26% 0.67% -
XYZ 29.94 25.84 42.44 -
YUV 142.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 162 127 172 0.06 0.26 0 0.33 286.67 0.21 0.59
Hex A2 7F AC 6 1A 0 21 11F 15 3B
Octal 242 177 254 6 32 0 41 437 25 73
Binary 10100010 1111111 10101100 110 11010 0 100001 100011111 10101 111011

Color Harmonies of #A27FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FAC

Black with #A27FAC

Text Example


Text Example

White with #A27FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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