Html Css Color HEX #A27DAC Amethyst Smoke

📋 copy color: '#A27DAC'

red 162 ◦ green 125 ◦ blue 172

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

Shades of Amethyst Smoke #A27DAC

Tints of Amethyst Smoke #A27DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.23%

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

R = 35.29%
G = 27.23%
B = 37.47%

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

#A27DAC (or 0xA27DAC) is known color: Amethyst Smoke. HEX triplet: A2, 7D and AC. RGB value is (162,125,172). Sum of RGB (Red+Green+Blue) = 162+125+172=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #A27DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DAC is #5D8253. Grayscale: #8D8D8D. Windows color (decimal): -6128212 or 11304354. OLE color: 11304354.

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

Color convert

RGB 162 125 172 -
CMYK 0.06 0.27 0 0.33
HSL 287.23º 0.22% 0.58% -
HSV(B) 287.23º 0.27% 0.67% -
XYZ 29.68 25.33 42.35 -
YUV 141.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 162 125 172 0.06 0.27 0 0.33 287.23 0.22 0.58
Hex A2 7D AC 6 1B 0 21 11F 16 3A
Octal 242 175 254 6 33 0 41 437 26 72
Binary 10100010 1111101 10101100 110 11011 0 100001 100011111 10110 111010

Color Harmonies of #A27DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DAC

Black with #A27DAC

Text Example


Text Example

White with #A27DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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