Html Css Color HEX #A27CAA Amethyst Smoke

📋 copy color: '#A27CAA'

red 162 ◦ green 124 ◦ blue 170

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

Shades of Amethyst Smoke #A27CAA

Tints of Amethyst Smoke #A27CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 35.53%
G = 27.19%
B = 37.28%

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

#A27CAA (or 0xA27CAA) is known color: Amethyst Smoke. HEX triplet: A2, 7C and AA. RGB value is (162,124,170). Sum of RGB (Red+Green+Blue) = 162+124+170=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #A27CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27CAA is #5D8355. Grayscale: #8C8C8C. Windows color (decimal): -6128470 or 11173026. OLE color: 11173026.

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

Color convert

RGB 162 124 170 -
CMYK 0.05 0.27 0 0.33
HSL 289.57º 0.21% 0.58% -
HSV(B) 289.57º 0.27% 0.67% -
XYZ 29.36 25 41.31 -
YUV 140.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 162 124 170 0.05 0.27 0 0.33 289.57 0.21 0.58
Hex A2 7C AA 5 1B 0 21 122 15 3A
Octal 242 174 252 5 33 0 41 442 25 72
Binary 10100010 1111100 10101010 101 11011 0 100001 100100010 10101 111010

Color Harmonies of #A27CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CAA

Black with #A27CAA

Text Example


Text Example

White with #A27CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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