Html Css Color HEX #A18CA4 Amethyst Smoke

📋 copy color: '#A18CA4'

red 161 ◦ green 140 ◦ blue 164

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

Shades of Amethyst Smoke #A18CA4

Tints of Amethyst Smoke #A18CA4

RGB

 RED value IS 161 (63.28% from 255) = 34.62%

 GREEN value IS 140 (55.08% from 255) = 30.11%

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

R = 34.62%
G = 30.11%
B = 35.27%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A18CA4 (or 0xA18CA4) is known color: Amethyst Smoke. HEX triplet: A1, 8C and A4. RGB value is (161,140,164). Sum of RGB (Red+Green+Blue) = 161+140+164=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #A18CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18CA4 is #5E735B. Grayscale: #949494. Windows color (decimal): -6189916 or 10783905. OLE color: 10783905.

HSL color Cylindrical-coordinate representation of color #A18CA4: hue angle of 292.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A18CA4 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 140 164 -
CMYK 0.02 0.15 0 0.36
HSL 292.5º 0.12% 0.6% -
HSV(B) 292.5º 0.15% 0.64% -
XYZ 30.78 29.01 39.1 -
YUV 149.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 161 140 164 0.02 0.15 0 0.36 292.5 0.12 0.6
Hex A1 8C A4 2 F 0 24 124 C 3C
Octal 241 214 244 2 17 0 44 444 14 74
Binary 10100001 10001100 10100100 10 1111 0 100100 100100100 1100 111100

Color Harmonies of #A18CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CA4

Black with #A18CA4

Text Example


Text Example

White with #A18CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CA4; }

 p { color: rgb(161,140,164); }

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

background-color css

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

 a { background-color: rgb(161,140,164); }

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

border-color css

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

 span { border-color: rgb(161,140,164); }

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