Html Css Color HEX #A27FAD Amethyst Smoke

📋 copy color: '#A27FAD'

red 162 ◦ green 127 ◦ blue 173

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

Shades of Amethyst Smoke #A27FAD

Tints of Amethyst Smoke #A27FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 35.06%
G = 27.49%
B = 37.45%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A27FAD (or 0xA27FAD) is known color: Amethyst Smoke. HEX triplet: A2, 7F and AD. RGB value is (162,127,173). Sum of RGB (Red+Green+Blue) = 162+127+173=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #A27FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27FAD is #5D8052. Grayscale: #8E8E8E. Windows color (decimal): -6127699 or 11370402. OLE color: 11370402.

HSL color Cylindrical-coordinate representation of color #A27FAD: hue angle of 285.65º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A27FAD is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 127 173 -
CMYK 0.06 0.27 0 0.32
HSL 285.65º 0.22% 0.59% -
HSV(B) 285.65º 0.27% 0.68% -
XYZ 30.03 25.88 42.95 -
YUV 142.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 162 127 173 0.06 0.27 0 0.32 285.65 0.22 0.59
Hex A2 7F AD 6 1B 0 20 11E 16 3B
Octal 242 177 255 6 33 0 40 436 26 73
Binary 10100010 1111111 10101101 110 11011 0 100000 100011110 10110 111011

Color Harmonies of #A27FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FAD

Black with #A27FAD

Text Example


Text Example

White with #A27FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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