Html Css Color HEX #A29CA4 Amethyst Smoke

📋 copy color: '#A29CA4'

red 162 ◦ green 156 ◦ blue 164

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

Shades of Amethyst Smoke #A29CA4

Tints of Amethyst Smoke #A29CA4

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.37%

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

R = 33.61%
G = 32.37%
B = 34.02%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A29CA4 (or 0xA29CA4) is known color: Amethyst Smoke. HEX triplet: A2, 9C and A4. RGB value is (162,156,164). Sum of RGB (Red+Green+Blue) = 162+156+164=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 164 - color contains mainly: blue. Hex color #A29CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29CA4 is #5D635B. Grayscale: #9E9E9E. Windows color (decimal): -6120284 or 10788002. OLE color: 10788002.

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

Color convert

RGB 162 156 164 -
CMYK 0.01 0.05 0 0.36
HSL 285º 0.04% 0.63% -
HSV(B) 285º 0.05% 0.64% -
XYZ 33.49 34.14 39.95 -
YUV 158.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 162 156 164 0.01 0.05 0 0.36 285 0.04 0.63
Hex A2 9C A4 1 5 0 24 11D 4 3F
Octal 242 234 244 1 5 0 44 435 4 77
Binary 10100010 10011100 10100100 1 101 0 100100 100011101 100 111111

Color Harmonies of #A29CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29CA4

Black with #A29CA4

Text Example


Text Example

White with #A29CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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