Html Css Color HEX #A27DAB Amethyst Smoke

📋 copy color: '#A27DAB'

red 162 ◦ green 125 ◦ blue 171

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

Shades of Amethyst Smoke #A27DAB

Tints of Amethyst Smoke #A27DAB

RGB

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

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

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

R = 35.37%
G = 27.29%
B = 37.34%

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

#A27DAB (or 0xA27DAB) is known color: Amethyst Smoke. HEX triplet: A2, 7D and AB. RGB value is (162,125,171). Sum of RGB (Red+Green+Blue) = 162+125+171=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A27DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DAB is #5D8254. Grayscale: #8D8D8D. Windows color (decimal): -6128213 or 11238818. OLE color: 11238818.

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

Color convert

RGB 162 125 171 -
CMYK 0.05 0.27 0 0.33
HSL 288.26º 0.21% 0.58% -
HSV(B) 288.26º 0.27% 0.67% -
XYZ 29.58 25.29 41.85 -
YUV 141.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 162 125 171 0.05 0.27 0 0.33 288.26 0.21 0.58
Hex A2 7D AB 5 1B 0 21 120 15 3A
Octal 242 175 253 5 33 0 41 440 25 72
Binary 10100010 1111101 10101011 101 11011 0 100001 100100000 10101 111010

Color Harmonies of #A27DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DAB

Black with #A27DAB

Text Example


Text Example

White with #A27DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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