Html Css Color HEX #A27FAB Amethyst Smoke

📋 copy color: '#A27FAB'

red 162 ◦ green 127 ◦ blue 171

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

Shades of Amethyst Smoke #A27FAB

Tints of Amethyst Smoke #A27FAB

RGB

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

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

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

R = 35.22%
G = 27.61%
B = 37.17%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A27FAB (or 0xA27FAB) is known color: Amethyst Smoke. HEX triplet: A2, 7F and AB. RGB value is (162,127,171). Sum of RGB (Red+Green+Blue) = 162+127+171=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A27FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FAB is #5D8054. Grayscale: #8E8E8E. Windows color (decimal): -6127701 or 11239330. OLE color: 11239330.

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

Color convert

RGB 162 127 171 -
CMYK 0.05 0.26 0 0.33
HSL 287.73º 0.21% 0.58% -
HSV(B) 287.73º 0.26% 0.67% -
XYZ 29.84 25.8 41.94 -
YUV 142.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 162 127 171 0.05 0.26 0 0.33 287.73 0.21 0.58
Hex A2 7F AB 5 1A 0 21 120 15 3A
Octal 242 177 253 5 32 0 41 440 25 72
Binary 10100010 1111111 10101011 101 11010 0 100001 100100000 10101 111010

Color Harmonies of #A27FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FAB

Black with #A27FAB

Text Example


Text Example

White with #A27FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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