Html Css Color HEX #A27CAB Amethyst Smoke

📋 copy color: '#A27CAB'

red 162 ◦ green 124 ◦ blue 171

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

Shades of Amethyst Smoke #A27CAB

Tints of Amethyst Smoke #A27CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 35.45%
G = 27.13%
B = 37.42%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A27CAB (or 0xA27CAB) is known color: Amethyst Smoke. HEX triplet: A2, 7C and AB. RGB value is (162,124,171). Sum of RGB (Red+Green+Blue) = 162+124+171=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #A27CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27CAB is #5D8354. Grayscale: #8C8C8C. Windows color (decimal): -6128469 or 11238562. OLE color: 11238562.

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

Color convert

RGB 162 124 171 -
CMYK 0.05 0.27 0 0.33
HSL 288.51º 0.22% 0.58% -
HSV(B) 288.51º 0.27% 0.67% -
XYZ 29.46 25.04 41.81 -
YUV 140.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 162 124 171 0.05 0.27 0 0.33 288.51 0.22 0.58
Hex A2 7C AB 5 1B 0 21 121 16 3A
Octal 242 174 253 5 33 0 41 441 26 72
Binary 10100010 1111100 10101011 101 11011 0 100001 100100001 10110 111010

Color Harmonies of #A27CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CAB

Black with #A27CAB

Text Example


Text Example

White with #A27CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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