Html Css Color HEX #A29FA4 Amethyst Smoke

📋 copy color: '#A29FA4'

red 162 ◦ green 159 ◦ blue 164

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

Shades of Amethyst Smoke #A29FA4

Tints of Amethyst Smoke #A29FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.78%

 BLUE value IS 164 (64.45% from 255) = 33.81%

R = 33.4%
G = 32.78%
B = 33.81%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A29FA4 (or 0xA29FA4) is known color: Amethyst Smoke. HEX triplet: A2, 9F and A4. RGB value is (162,159,164). Sum of RGB (Red+Green+Blue) = 162+159+164=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 164 - color contains mainly: blue. Hex color #A29FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29FA4 is #5D605B. Grayscale: #A0A0A0. Windows color (decimal): -6119516 or 10788770. OLE color: 10788770.

HSL color Cylindrical-coordinate representation of color #A29FA4: hue angle of 276º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A29FA4 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 159 164 -
CMYK 0.01 0.03 0 0.36
HSL 276º 0.03% 0.63% -
HSV(B) 276º 0.03% 0.64% -
XYZ 34 35.16 40.12 -
YUV 160.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 162 159 164 0.01 0.03 0 0.36 276 0.03 0.63
Hex A2 9F A4 1 3 0 24 114 3 3F
Octal 242 237 244 1 3 0 44 424 3 77
Binary 10100010 10011111 10100100 1 11 0 100100 100010100 11 111111

Color Harmonies of #A29FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29FA4

Black with #A29FA4

Text Example


Text Example

White with #A29FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29FA4; }

 p { color: rgb(162,159,164); }

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

background-color css

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

 a { background-color: rgb(162,159,164); }

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

border-color css

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

 span { border-color: rgb(162,159,164); }

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